Html Css Color HEX #2749CC Cerulean Blue

📋 copy color: '#2749CC'

red 39 ◦ green 73 ◦ blue 204

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

Shades of Cerulean Blue #2749CC

Tints of Cerulean Blue #2749CC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.1%

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

R = 12.34%
G = 23.1%
B = 64.56%

CMYK

 C value IS 0.81

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2749CC (or 0x2749CC) is known color: Cerulean Blue. HEX triplet: 27, 49 and CC. RGB value is (39,73,204). Sum of RGB (Red+Green+Blue) = 39+73+204=316 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.34% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 204 (80.08% from 255 or 64.56% from 316); Max value from RGB is 204 - color contains mainly: blue. Hex color #2749CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2749CC is #D8B633. Grayscale: #4D4D4D. Windows color (decimal): -14202420 or 13388071. OLE color: 13388071.

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

Color convert

RGB 39 73 204 -
CMYK 0.81 0.64 0 0.2
HSL 227.64º 0.68% 0.48% -
HSV(B) 227.64º 0.81% 0.8% -
XYZ 14.12 9.56 58.23 -
YUV 77.77 199.24 100.35 -
System Red Green Blue C M Y K H S L
Decimal 39 73 204 0.81 0.64 0 0.2 227.64 0.68 0.48
Hex 27 49 CC 51 40 0 14 E4 44 30
Octal 47 111 314 121 100 0 24 344 104 60
Binary 100111 1001001 11001100 1010001 1000000 0 10100 11100100 1000100 110000

Color Harmonies of #2749CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2749CC

Black with #2749CC

Text Example


Text Example

White with #2749CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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