Html Css Color HEX #2744CC Cerulean Blue

📋 copy color: '#2744CC'

red 39 ◦ green 68 ◦ blue 204

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

Shades of Cerulean Blue #2744CC

Tints of Cerulean Blue #2744CC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.86%

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

R = 12.54%
G = 21.86%
B = 65.59%

CMYK

 C value IS 0.81

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2744CC (or 0x2744CC) is known color: Cerulean Blue. HEX triplet: 27, 44 and CC. RGB value is (39,68,204). Sum of RGB (Red+Green+Blue) = 39+68+204=311 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.54% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 204 (80.08% from 255 or 65.59% from 311); Max value from RGB is 204 - color contains mainly: blue. Hex color #2744CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2744CC is #D8BB33. Grayscale: #4A4A4A. Windows color (decimal): -14203700 or 13386791. OLE color: 13386791.

HSL color Cylindrical-coordinate representation of color #2744CC: hue angle of 229.45º 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 #2744CC is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 39 68 204 -
CMYK 0.81 0.67 0 0.2
HSL 229.45º 0.68% 0.48% -
HSV(B) 229.45º 0.81% 0.8% -
XYZ 13.8 8.93 58.12 -
YUV 74.83 200.89 102.44 -
System Red Green Blue C M Y K H S L
Decimal 39 68 204 0.81 0.67 0 0.2 229.45 0.68 0.48
Hex 27 44 CC 51 43 0 14 E5 44 30
Octal 47 104 314 121 103 0 24 345 104 60
Binary 100111 1000100 11001100 1010001 1000011 0 10100 11100101 1000100 110000

Color Harmonies of #2744CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2744CC

Black with #2744CC

Text Example


Text Example

White with #2744CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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