Html Css Color HEX #314BCD Cerulean Blue

📋 copy color: '#314BCD'

red 49 ◦ green 75 ◦ blue 205

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

Shades of Cerulean Blue #314BCD

Tints of Cerulean Blue #314BCD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.8%

 BLUE value IS 205 (80.47% from 255) = 62.31%

R = 14.89%
G = 22.8%
B = 62.31%

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

#314BCD (or 0x314BCD) is known color: Cerulean Blue. HEX triplet: 31, 4B and CD. RGB value is (49,75,205). Sum of RGB (Red+Green+Blue) = 49+75+205=329 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.89% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 205 (80.47% from 255 or 62.31% from 329); Max value from RGB is 205 - color contains mainly: blue. Hex color #314BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #314BCD is #CEB432. Grayscale: #515151. Windows color (decimal): -13546547 or 13454129. OLE color: 13454129.

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

Color convert

RGB 49 75 205 -
CMYK 0.76 0.63 0 0.20
HSL 230º 0.61% 0.5% -
HSV(B) 230º 0.76% 0.8% -
XYZ 14.8 10.09 58.93 -
YUV 82.05 197.39 104.43 -
System Red Green Blue C M Y K H S L
Decimal 49 75 205 0.76 0.63 0 0.20 230 0.61 0.5
Hex 31 4B CD 4C 3F 0 14 E6 3D 32
Octal 61 113 315 114 77 0 24 346 75 62
Binary 110001 1001011 11001101 1001100 111111 0 10100 11100110 111101 110010

Color Harmonies of #314BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314BCD

Black with #314BCD

Text Example


Text Example

White with #314BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,75,205); }

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

background-color css

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

 a { background-color: rgb(49,75,205); }

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

border-color css

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

 span { border-color: rgb(49,75,205); }

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