Html Css Color HEX #314DBA Cerulean Blue

📋 copy color: '#314DBA'

red 49 ◦ green 77 ◦ blue 186

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

Shades of Cerulean Blue #314DBA

Tints of Cerulean Blue #314DBA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.68%

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

R = 15.71%
G = 24.68%
B = 59.62%

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

#314DBA (or 0x314DBA) is known color: Cerulean Blue. HEX triplet: 31, 4D and BA. RGB value is (49,77,186). Sum of RGB (Red+Green+Blue) = 49+77+186=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 186 (73.05% from 255 or 59.62% from 312); Max value from RGB is 186 - color contains mainly: blue. Hex color #314DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314DBA is #CEB245. Grayscale: #505050. Windows color (decimal): -13546054 or 12209457. OLE color: 12209457.

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

Color convert

RGB 49 77 186 -
CMYK 0.74 0.59 0 0.27
HSL 227.74º 0.58% 0.46% -
HSV(B) 227.74º 0.74% 0.73% -
XYZ 12.78 9.51 47.62 -
YUV 81.05 187.22 105.14 -
System Red Green Blue C M Y K H S L
Decimal 49 77 186 0.74 0.59 0 0.27 227.74 0.58 0.46
Hex 31 4D BA 4A 3B 0 1B E4 3A 2E
Octal 61 115 272 112 73 0 33 344 72 56
Binary 110001 1001101 10111010 1001010 111011 0 11011 11100100 111010 101110

Color Harmonies of #314DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314DBA

Black with #314DBA

Text Example


Text Example

White with #314DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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