Html Css Color HEX #2742CC Persian Blue

📋 copy color: '#2742CC'

red 39 ◦ green 66 ◦ blue 204

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

Shades of Persian Blue #2742CC

Tints of Persian Blue #2742CC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.36%

 BLUE value IS 204 (80.08% from 255) = 66.02%

R = 12.62%
G = 21.36%
B = 66.02%

CMYK

 C value IS 0.81

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2742CC (or 0x2742CC) is known color: Persian Blue. HEX triplet: 27, 42 and CC. RGB value is (39,66,204). Sum of RGB (Red+Green+Blue) = 39+66+204=309 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.62% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 204 (80.08% from 255 or 66.02% from 309); Max value from RGB is 204 - color contains mainly: blue. Hex color #2742CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2742CC is #D8BD33. Grayscale: #494949. Windows color (decimal): -14204212 or 13386279. OLE color: 13386279.

HSL color Cylindrical-coordinate representation of color #2742CC: hue angle of 230.18º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2742CC is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 39 66 204 -
CMYK 0.81 0.68 0 0.2
HSL 230.18º 0.68% 0.48% -
HSV(B) 230.18º 0.81% 0.8% -
XYZ 13.68 8.69 58.08 -
YUV 73.66 201.55 103.28 -
System Red Green Blue C M Y K H S L
Decimal 39 66 204 0.81 0.68 0 0.2 230.18 0.68 0.48
Hex 27 42 CC 51 44 0 14 E6 44 30
Octal 47 102 314 121 104 0 24 346 104 60
Binary 100111 1000010 11001100 1010001 1000100 0 10100 11100110 1000100 110000

Color Harmonies of #2742CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2742CC

Black with #2742CC

Text Example


Text Example

White with #2742CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2742CC; }

 p { color: rgb(39,66,204); }

 H1.HeaderClassName
 {
   color: #2742CC;
 }
 .AnyTagClassName
 {
   color: #2742CC;
 }
</style>

background-color css

<style>
 a { background-color: #2742CC; }

 a { background-color: rgb(39,66,204); }

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

border-color css

<style>
 span { border-color: #2742CC; }

 span { border-color: rgb(39,66,204); }

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