Html Css Color HEX #314CCB Cerulean Blue

📋 copy color: '#314CCB'

red 49 ◦ green 76 ◦ blue 203

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

Shades of Cerulean Blue #314CCB

Tints of Cerulean Blue #314CCB

RGB

 RED value IS 49 (19.53% from 255) = 14.94%

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

 BLUE value IS 203 (79.69% from 255) = 61.89%

R = 14.94%
G = 23.17%
B = 61.89%

CMYK

 C value IS 0.76

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#314CCB (or 0x314CCB) is known color: Cerulean Blue. HEX triplet: 31, 4C and CB. RGB value is (49,76,203). Sum of RGB (Red+Green+Blue) = 49+76+203=328 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.94% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 203 (79.69% from 255 or 61.89% from 328); Max value from RGB is 203 - color contains mainly: blue. Hex color #314CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #314CCB is #CEB334. Grayscale: #515151. Windows color (decimal): -13546293 or 13323313. OLE color: 13323313.

HSL color Cylindrical-coordinate representation of color #314CCB: hue angle of 229.48º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #314CCB is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 49 76 203 -
CMYK 0.76 0.63 0 0.20
HSL 229.48º 0.61% 0.49% -
HSV(B) 229.48º 0.76% 0.8% -
XYZ 14.63 10.13 57.68 -
YUV 82.41 196.05 104.17 -
System Red Green Blue C M Y K H S L
Decimal 49 76 203 0.76 0.63 0 0.20 229.48 0.61 0.49
Hex 31 4C CB 4C 3F 0 14 E5 3D 31
Octal 61 114 313 114 77 0 24 345 75 61
Binary 110001 1001100 11001011 1001100 111111 0 10100 11100101 111101 110001

Color Harmonies of #314CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314CCB

Black with #314CCB

Text Example


Text Example

White with #314CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314CCB; }

 p { color: rgb(49,76,203); }

 H1.HeaderClassName
 {
   color: #314CCB;
 }
 .AnyTagClassName
 {
   color: #314CCB;
 }
</style>

background-color css

<style>
 a { background-color: #314CCB; }

 a { background-color: rgb(49,76,203); }

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

border-color css

<style>
 span { border-color: #314CCB; }

 span { border-color: rgb(49,76,203); }

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