Html Css Color HEX #315DB2 Cerulean Blue

📋 copy color: '#315DB2'

red 49 ◦ green 93 ◦ blue 178

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

Shades of Cerulean Blue #315DB2

Tints of Cerulean Blue #315DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 55.63%

R = 15.31%
G = 29.06%
B = 55.63%

CMYK

 C value IS 0.72

 M value IS 0.48

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#315DB2 (or 0x315DB2) is known color: Cerulean Blue. HEX triplet: 31, 5D and B2. RGB value is (49,93,178). Sum of RGB (Red+Green+Blue) = 49+93+178=320 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.31% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 178 (69.92% from 255 or 55.62% from 320); Max value from RGB is 178 - color contains mainly: blue. Hex color #315DB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315DB2 is #CEA24D. Grayscale: #595959. Windows color (decimal): -13541966 or 11689265. OLE color: 11689265.

HSL color Cylindrical-coordinate representation of color #315DB2: hue angle of 219.53º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #315DB2 is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 49 93 178 -
CMYK 0.72 0.48 0 0.30
HSL 219.53º 0.57% 0.45% -
HSV(B) 219.53º 0.72% 0.7% -
XYZ 13.22 11.7 43.68 -
YUV 89.53 177.92 99.09 -
System Red Green Blue C M Y K H S L
Decimal 49 93 178 0.72 0.48 0 0.30 219.53 0.57 0.45
Hex 31 5D B2 48 30 0 1E DC 39 2D
Octal 61 135 262 110 60 0 36 334 71 55
Binary 110001 1011101 10110010 1001000 110000 0 11110 11011100 111001 101101

Color Harmonies of #315DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315DB2

Black with #315DB2

Text Example


Text Example

White with #315DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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