Html Css Color HEX #314DBC Cerulean Blue

📋 copy color: '#314DBC'

red 49 ◦ green 77 ◦ blue 188

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

Shades of Cerulean Blue #314DBC

Tints of Cerulean Blue #314DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 59.87%

R = 15.61%
G = 24.52%
B = 59.87%

CMYK

 C value IS 0.74

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#314DBC (or 0x314DBC) is known color: Cerulean Blue. HEX triplet: 31, 4D and BC. RGB value is (49,77,188). Sum of RGB (Red+Green+Blue) = 49+77+188=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 188 (73.83% from 255 or 59.87% from 314); Max value from RGB is 188 - color contains mainly: blue. Hex color #314DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314DBC is #CEB243. Grayscale: #505050. Windows color (decimal): -13546052 or 12340529. OLE color: 12340529.

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

Color convert

RGB 49 77 188 -
CMYK 0.74 0.59 0 0.26
HSL 227.91º 0.59% 0.46% -
HSV(B) 227.91º 0.74% 0.74% -
XYZ 13 9.59 48.74 -
YUV 81.28 188.22 104.97 -
System Red Green Blue C M Y K H S L
Decimal 49 77 188 0.74 0.59 0 0.26 227.91 0.59 0.46
Hex 31 4D BC 4A 3B 0 1A E4 3B 2E
Octal 61 115 274 112 73 0 32 344 73 56
Binary 110001 1001101 10111100 1001010 111011 0 11010 11100100 111011 101110

Color Harmonies of #314DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314DBC

Black with #314DBC

Text Example


Text Example

White with #314DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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