Html Css Color HEX #274CCC Cerulean Blue

📋 copy color: '#274CCC'

red 39 ◦ green 76 ◦ blue 204

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

Shades of Cerulean Blue #274CCC

Tints of Cerulean Blue #274CCC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.82%

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

R = 12.23%
G = 23.82%
B = 63.95%

CMYK

 C value IS 0.81

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#274CCC (or 0x274CCC) is known color: Cerulean Blue. HEX triplet: 27, 4C and CC. RGB value is (39,76,204). Sum of RGB (Red+Green+Blue) = 39+76+204=319 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.23% from 319); Green value is 76 (30.08% from 255 or 23.82% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #274CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #274CCC is #D8B333. Grayscale: #4E4E4E. Windows color (decimal): -14201652 or 13388839. OLE color: 13388839.

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

Color convert

RGB 39 76 204 -
CMYK 0.81 0.63 0 0.2
HSL 226.55º 0.68% 0.48% -
HSV(B) 226.55º 0.81% 0.8% -
XYZ 14.32 9.96 58.29 -
YUV 79.53 198.24 99.09 -
System Red Green Blue C M Y K H S L
Decimal 39 76 204 0.81 0.63 0 0.2 226.55 0.68 0.48
Hex 27 4C CC 51 3F 0 14 E3 44 30
Octal 47 114 314 121 77 0 24 343 104 60
Binary 100111 1001100 11001100 1010001 111111 0 10100 11100011 1000100 110000

Color Harmonies of #274CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274CCC

Black with #274CCC

Text Example


Text Example

White with #274CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274CCC; }

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

 H1.HeaderClassName
 {
   color: #274CCC;
 }
 .AnyTagClassName
 {
   color: #274CCC;
 }
</style>

background-color css

<style>
 a { background-color: #274CCC; }

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

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

border-color css

<style>
 span { border-color: #274CCC; }

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

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