Html Css Color HEX #314DCB Cerulean Blue

📋 copy color: '#314DCB'

red 49 ◦ green 77 ◦ blue 203

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

Shades of Cerulean Blue #314DCB

Tints of Cerulean Blue #314DCB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.4%

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

R = 14.89%
G = 23.4%
B = 61.7%

CMYK

 C value IS 0.76

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#314DCB (or 0x314DCB) is known color: Cerulean Blue. HEX triplet: 31, 4D and CB. RGB value is (49,77,203). Sum of RGB (Red+Green+Blue) = 49+77+203=329 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.89% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 203 (79.69% from 255 or 61.70% from 329); Max value from RGB is 203 - color contains mainly: blue. Hex color #314DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314DCB is #CEB234. Grayscale: #525252. Windows color (decimal): -13546037 or 13323569. OLE color: 13323569.

HSL color Cylindrical-coordinate representation of color #314DCB: hue angle of 229.09º 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 #314DCB is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 49 77 203 -
CMYK 0.76 0.62 0 0.20
HSL 229.09º 0.61% 0.49% -
HSV(B) 229.09º 0.76% 0.8% -
XYZ 14.7 10.27 57.71 -
YUV 82.99 195.72 103.75 -
System Red Green Blue C M Y K H S L
Decimal 49 77 203 0.76 0.62 0 0.20 229.09 0.61 0.49
Hex 31 4D CB 4C 3E 0 14 E5 3D 31
Octal 61 115 313 114 76 0 24 345 75 61
Binary 110001 1001101 11001011 1001100 111110 0 10100 11100101 111101 110001

Color Harmonies of #314DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314DCB

Black with #314DCB

Text Example


Text Example

White with #314DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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