Html Css Color HEX #314BBF Cerulean Blue

📋 copy color: '#314BBF'

red 49 ◦ green 75 ◦ blue 191

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

Shades of Cerulean Blue #314BBF

Tints of Cerulean Blue #314BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 60.63%

R = 15.56%
G = 23.81%
B = 60.63%

CMYK

 C value IS 0.74

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#314BBF (or 0x314BBF) is known color: Cerulean Blue. HEX triplet: 31, 4B and BF. RGB value is (49,75,191). Sum of RGB (Red+Green+Blue) = 49+75+191=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 191 (75% from 255 or 60.63% from 315); Max value from RGB is 191 - color contains mainly: blue. Hex color #314BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #314BBF is #CEB440. Grayscale: #4F4F4F. Windows color (decimal): -13546561 or 12536625. OLE color: 12536625.

HSL color Cylindrical-coordinate representation of color #314BBF: hue angle of 229.01º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #314BBF is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 49 75 191 -
CMYK 0.74 0.61 0 0.25
HSL 229.01º 0.59% 0.47% -
HSV(B) 229.01º 0.74% 0.75% -
XYZ 13.19 9.45 50.42 -
YUV 80.45 190.39 105.57 -
System Red Green Blue C M Y K H S L
Decimal 49 75 191 0.74 0.61 0 0.25 229.01 0.59 0.47
Hex 31 4B BF 4A 3D 0 19 E5 3B 2F
Octal 61 113 277 112 75 0 31 345 73 57
Binary 110001 1001011 10111111 1001010 111101 0 11001 11100101 111011 101111

Color Harmonies of #314BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314BBF

Black with #314BBF

Text Example


Text Example

White with #314BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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