Html Css Color HEX #2741DD Persian Blue

📋 copy color: '#2741DD'

red 39 ◦ green 65 ◦ blue 221

#2741DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #2741DD

Tints of Persian Blue #2741DD

RGB

 RED value IS 39 (15.63% from 255) = 12%

 GREEN value IS 65 (25.78% from 255) = 20%

 BLUE value IS 221 (86.72% from 255) = 68%

R = 12%
G = 20%
B = 68%

CMYK

 C value IS 0.82

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2741DD (or 0x2741DD) is known color: Persian Blue. HEX triplet: 27, 41 and DD. RGB value is (39,65,221). Sum of RGB (Red+Green+Blue) = 39+65+221=325 (43% of max value = 765). Red value is 39 (15.62% from 255 or 12% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 221 (86.72% from 255 or 68% from 325); Max value from RGB is 221 - color contains mainly: blue. Hex color #2741DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2741DD is #D8BE22. Grayscale: #4A4A4A. Windows color (decimal): -14204451 or 14500135. OLE color: 14500135.

HSL color Cylindrical-coordinate representation of color #2741DD: hue angle of 231.43º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2741DD is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 39 65 221 -
CMYK 0.82 0.71 0 0.13
HSL 231.43º 0.73% 0.51% -
HSV(B) 231.43º 0.82% 0.87% -
XYZ 15.78 9.43 69.4 -
YUV 75.01 210.39 102.32 -
System Red Green Blue C M Y K H S L
Decimal 39 65 221 0.82 0.71 0 0.13 231.43 0.73 0.51
Hex 27 41 DD 52 47 0 D E7 49 33
Octal 47 101 335 122 107 0 15 347 111 63
Binary 100111 1000001 11011101 1010010 1000111 0 1101 11100111 1001001 110011

Color Harmonies of #2741DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2741DD

Black with #2741DD

Text Example


Text Example

White with #2741DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2741DD; }

 p { color: rgb(39,65,221); }

 H1.HeaderClassName
 {
   color: #2741DD;
 }
 .AnyTagClassName
 {
   color: #2741DD;
 }
</style>

background-color css

<style>
 a { background-color: #2741DD; }

 a { background-color: rgb(39,65,221); }

 div.DivClassName
 {
   background-color: #2741DD;
 }
 .BgClassName
 {
   background-color: #2741DD;
 }
</style>

border-color css

<style>
 span { border-color: #2741DD; }

 span { border-color: rgb(39,65,221); }

 td.TdClassName
 {
   border-color: #2741DD;
 }
 .TagClassName
 {
   border-color: #2741DD;
 }
</style>