Html Css Color HEX #314ABF Cerulean Blue

📋 copy color: '#314ABF'

red 49 ◦ green 74 ◦ blue 191

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

Shades of Cerulean Blue #314ABF

Tints of Cerulean Blue #314ABF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.57%

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

R = 15.61%
G = 23.57%
B = 60.83%

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

#314ABF (or 0x314ABF) is known color: Cerulean Blue. HEX triplet: 31, 4A and BF. RGB value is (49,74,191). Sum of RGB (Red+Green+Blue) = 49+74+191=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 191 (75% from 255 or 60.83% from 314); Max value from RGB is 191 - color contains mainly: blue. Hex color #314ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #314ABF is #CEB540. Grayscale: #4F4F4F. Windows color (decimal): -13546817 or 12536369. OLE color: 12536369.

HSL color Cylindrical-coordinate representation of color #314ABF: hue angle of 229.44º 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 #314ABF is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 49 74 191 -
CMYK 0.74 0.61 0 0.25
HSL 229.44º 0.59% 0.47% -
HSV(B) 229.44º 0.74% 0.75% -
XYZ 13.12 9.31 50.4 -
YUV 79.86 190.72 105.99 -
System Red Green Blue C M Y K H S L
Decimal 49 74 191 0.74 0.61 0 0.25 229.44 0.59 0.47
Hex 31 4A BF 4A 3D 0 19 E5 3B 2F
Octal 61 112 277 112 75 0 31 345 73 57
Binary 110001 1001010 10111111 1001010 111101 0 11001 11100101 111011 101111

Color Harmonies of #314ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314ABF

Black with #314ABF

Text Example


Text Example

White with #314ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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