Html Css Color HEX #314CB7 Cerulean Blue

📋 copy color: '#314CB7'

red 49 ◦ green 76 ◦ blue 183

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

Shades of Cerulean Blue #314CB7

Tints of Cerulean Blue #314CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 59.42%

R = 15.91%
G = 24.68%
B = 59.42%

CMYK

 C value IS 0.73

 M value IS 0.58

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#314CB7 (or 0x314CB7) is known color: Cerulean Blue. HEX triplet: 31, 4C and B7. RGB value is (49,76,183). Sum of RGB (Red+Green+Blue) = 49+76+183=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 183 (71.88% from 255 or 59.42% from 308); Max value from RGB is 183 - color contains mainly: blue. Hex color #314CB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #314CB7 is #CEB348. Grayscale: #4F4F4F. Windows color (decimal): -13546313 or 12012593. OLE color: 12012593.

HSL color Cylindrical-coordinate representation of color #314CB7: hue angle of 227.91º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #314CB7 is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 49 76 183 -
CMYK 0.73 0.58 0 0.28
HSL 227.91º 0.58% 0.45% -
HSV(B) 227.91º 0.73% 0.72% -
XYZ 12.4 9.24 45.93 -
YUV 80.13 186.05 105.8 -
System Red Green Blue C M Y K H S L
Decimal 49 76 183 0.73 0.58 0 0.28 227.91 0.58 0.45
Hex 31 4C B7 49 3A 0 1C E4 3A 2D
Octal 61 114 267 111 72 0 34 344 72 55
Binary 110001 1001100 10110111 1001001 111010 0 11100 11100100 111010 101101

Color Harmonies of #314CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314CB7

Black with #314CB7

Text Example


Text Example

White with #314CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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