Html Css Color HEX #314DCD Cerulean Blue

📋 copy color: '#314DCD'

red 49 ◦ green 77 ◦ blue 205

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

Shades of Cerulean Blue #314DCD

Tints of Cerulean Blue #314DCD

RGB

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

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

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

R = 14.8%
G = 23.26%
B = 61.93%

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

#314DCD (or 0x314DCD) is known color: Cerulean Blue. HEX triplet: 31, 4D and CD. RGB value is (49,77,205). Sum of RGB (Red+Green+Blue) = 49+77+205=331 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.80% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 205 (80.47% from 255 or 61.93% from 331); Max value from RGB is 205 - color contains mainly: blue. Hex color #314DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314DCD is #CEB232. Grayscale: #525252. Windows color (decimal): -13546035 or 13454641. OLE color: 13454641.

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

Color convert

RGB 49 77 205 -
CMYK 0.76 0.62 0 0.20
HSL 229.23º 0.61% 0.5% -
HSV(B) 229.23º 0.76% 0.8% -
XYZ 14.94 10.37 58.97 -
YUV 83.22 196.72 103.59 -
System Red Green Blue C M Y K H S L
Decimal 49 77 205 0.76 0.62 0 0.20 229.23 0.61 0.5
Hex 31 4D CD 4C 3E 0 14 E5 3D 32
Octal 61 115 315 114 76 0 24 345 75 62
Binary 110001 1001101 11001101 1001100 111110 0 10100 11100101 111101 110010

Color Harmonies of #314DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314DCD

Black with #314DCD

Text Example


Text Example

White with #314DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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