Html Css Color HEX #315EBC Cerulean Blue

📋 copy color: '#315EBC'

red 49 ◦ green 94 ◦ blue 188

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

Shades of Cerulean Blue #315EBC

Tints of Cerulean Blue #315EBC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.4%

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

R = 14.8%
G = 28.4%
B = 56.8%

CMYK

 C value IS 0.74

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#315EBC (or 0x315EBC) is known color: Cerulean Blue. HEX triplet: 31, 5E and BC. RGB value is (49,94,188). Sum of RGB (Red+Green+Blue) = 49+94+188=331 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.80% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #315EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315EBC is #CEA143. Grayscale: #5A5A5A. Windows color (decimal): -13541700 or 12344881. OLE color: 12344881.

HSL color Cylindrical-coordinate representation of color #315EBC: hue angle of 220.58º 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 #315EBC is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 49 94 188 -
CMYK 0.74 0.50 0 0.26
HSL 220.58º 0.59% 0.46% -
HSV(B) 220.58º 0.74% 0.74% -
XYZ 14.35 12.29 49.19 -
YUV 91.26 182.59 97.86 -
System Red Green Blue C M Y K H S L
Decimal 49 94 188 0.74 0.50 0 0.26 220.58 0.59 0.46
Hex 31 5E BC 4A 32 0 1A DD 3B 2E
Octal 61 136 274 112 62 0 32 335 73 56
Binary 110001 1011110 10111100 1001010 110010 0 11010 11011101 111011 101110

Color Harmonies of #315EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315EBC

Black with #315EBC

Text Example


Text Example

White with #315EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315EBC; }

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

 H1.HeaderClassName
 {
   color: #315EBC;
 }
 .AnyTagClassName
 {
   color: #315EBC;
 }
</style>

background-color css

<style>
 a { background-color: #315EBC; }

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

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

border-color css

<style>
 span { border-color: #315EBC; }

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

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