Html Css Color HEX #314CBA Cerulean Blue

📋 copy color: '#314CBA'

red 49 ◦ green 76 ◦ blue 186

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

Shades of Cerulean Blue #314CBA

Tints of Cerulean Blue #314CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 59.81%

R = 15.76%
G = 24.44%
B = 59.81%

CMYK

 C value IS 0.74

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#314CBA (or 0x314CBA) is known color: Cerulean Blue. HEX triplet: 31, 4C and BA. RGB value is (49,76,186). Sum of RGB (Red+Green+Blue) = 49+76+186=311 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.76% from 311); Green value is 76 (30.08% from 255 or 24.44% from 311); Blue value is 186 (73.05% from 255 or 59.81% from 311); Max value from RGB is 186 - color contains mainly: blue. Hex color #314CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #314CBA is #CEB345. Grayscale: #505050. Windows color (decimal): -13546310 or 12209201. OLE color: 12209201.

HSL color Cylindrical-coordinate representation of color #314CBA: hue angle of 228.18º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #314CBA is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 76 186 -
CMYK 0.74 0.59 0 0.27
HSL 228.18º 0.58% 0.46% -
HSV(B) 228.18º 0.74% 0.73% -
XYZ 12.71 9.37 47.59 -
YUV 80.47 187.55 105.56 -
System Red Green Blue C M Y K H S L
Decimal 49 76 186 0.74 0.59 0 0.27 228.18 0.58 0.46
Hex 31 4C BA 4A 3B 0 1B E4 3A 2E
Octal 61 114 272 112 73 0 33 344 72 56
Binary 110001 1001100 10111010 1001010 111011 0 11011 11100100 111010 101110

Color Harmonies of #314CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314CBA

Black with #314CBA

Text Example


Text Example

White with #314CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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