Html Css Color HEX #2745CC Cerulean Blue

📋 copy color: '#2745CC'

red 39 ◦ green 69 ◦ blue 204

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

Shades of Cerulean Blue #2745CC

Tints of Cerulean Blue #2745CC

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.12%

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

R = 12.5%
G = 22.12%
B = 65.38%

CMYK

 C value IS 0.81

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2745CC (or 0x2745CC) is known color: Cerulean Blue. HEX triplet: 27, 45 and CC. RGB value is (39,69,204). Sum of RGB (Red+Green+Blue) = 39+69+204=312 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.5% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 204 (80.08% from 255 or 65.38% from 312); Max value from RGB is 204 - color contains mainly: blue. Hex color #2745CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2745CC is #D8BA33. Grayscale: #4A4A4A. Windows color (decimal): -14203444 or 13387047. OLE color: 13387047.

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

Color convert

RGB 39 69 204 -
CMYK 0.81 0.66 0 0.2
HSL 229.09º 0.68% 0.48% -
HSV(B) 229.09º 0.81% 0.8% -
XYZ 13.86 9.05 58.14 -
YUV 75.42 200.56 102.02 -
System Red Green Blue C M Y K H S L
Decimal 39 69 204 0.81 0.66 0 0.2 229.09 0.68 0.48
Hex 27 45 CC 51 42 0 14 E5 44 30
Octal 47 105 314 121 102 0 24 345 104 60
Binary 100111 1000101 11001100 1010001 1000010 0 10100 11100101 1000100 110000

Color Harmonies of #2745CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2745CC

Black with #2745CC

Text Example


Text Example

White with #2745CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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