Html Css Color HEX #315DBC Cerulean Blue

📋 copy color: '#315DBC'

red 49 ◦ green 93 ◦ blue 188

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

Shades of Cerulean Blue #315DBC

Tints of Cerulean Blue #315DBC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.18%

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

R = 14.85%
G = 28.18%
B = 56.97%

CMYK

 C value IS 0.74

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#315DBC (or 0x315DBC) is known color: Cerulean Blue. HEX triplet: 31, 5D and BC. RGB value is (49,93,188). Sum of RGB (Red+Green+Blue) = 49+93+188=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #315DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315DBC is #CEA243. Grayscale: #5A5A5A. Windows color (decimal): -13541956 or 12344625. OLE color: 12344625.

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

Color convert

RGB 49 93 188 -
CMYK 0.74 0.51 0 0.26
HSL 221.01º 0.59% 0.46% -
HSV(B) 221.01º 0.74% 0.74% -
XYZ 14.26 12.11 49.16 -
YUV 90.67 182.92 98.28 -
System Red Green Blue C M Y K H S L
Decimal 49 93 188 0.74 0.51 0 0.26 221.01 0.59 0.46
Hex 31 5D BC 4A 33 0 1A DD 3B 2E
Octal 61 135 274 112 63 0 32 335 73 56
Binary 110001 1011101 10111100 1001010 110011 0 11010 11011101 111011 101110

Color Harmonies of #315DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315DBC

Black with #315DBC

Text Example


Text Example

White with #315DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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