Html Css Color HEX #314EBA Cerulean Blue

📋 copy color: '#314EBA'

red 49 ◦ green 78 ◦ blue 186

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

Shades of Cerulean Blue #314EBA

Tints of Cerulean Blue #314EBA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.92%

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

R = 15.65%
G = 24.92%
B = 59.42%

CMYK

 C value IS 0.74

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#314EBA (or 0x314EBA) is known color: Cerulean Blue. HEX triplet: 31, 4E and BA. RGB value is (49,78,186). Sum of RGB (Red+Green+Blue) = 49+78+186=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #314EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314EBA is #CEB145. Grayscale: #515151. Windows color (decimal): -13545798 or 12209713. OLE color: 12209713.

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

Color convert

RGB 49 78 186 -
CMYK 0.74 0.58 0 0.27
HSL 227.3º 0.58% 0.46% -
HSV(B) 227.3º 0.74% 0.73% -
XYZ 12.85 9.65 47.64 -
YUV 81.64 186.89 104.72 -
System Red Green Blue C M Y K H S L
Decimal 49 78 186 0.74 0.58 0 0.27 227.3 0.58 0.46
Hex 31 4E BA 4A 3A 0 1B E3 3A 2E
Octal 61 116 272 112 72 0 33 343 72 56
Binary 110001 1001110 10111010 1001010 111010 0 11011 11100011 111010 101110

Color Harmonies of #314EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314EBA

Black with #314EBA

Text Example


Text Example

White with #314EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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