Html Css Color HEX #315DB1 Cerulean Blue

📋 copy color: '#315DB1'

red 49 ◦ green 93 ◦ blue 177

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

Shades of Cerulean Blue #315DB1

Tints of Cerulean Blue #315DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 55.49%

R = 15.36%
G = 29.15%
B = 55.49%

CMYK

 C value IS 0.72

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#315DB1 (or 0x315DB1) is known color: Cerulean Blue. HEX triplet: 31, 5D and B1. RGB value is (49,93,177). Sum of RGB (Red+Green+Blue) = 49+93+177=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 177 (69.53% from 255 or 55.49% from 319); Max value from RGB is 177 - color contains mainly: blue. Hex color #315DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315DB1 is #CEA24E. Grayscale: #595959. Windows color (decimal): -13541967 or 11623729. OLE color: 11623729.

HSL color Cylindrical-coordinate representation of color #315DB1: hue angle of 219.38º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #315DB1 is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 49 93 177 -
CMYK 0.72 0.47 0 0.31
HSL 219.38º 0.57% 0.44% -
HSV(B) 219.38º 0.72% 0.69% -
XYZ 13.12 11.66 43.15 -
YUV 89.42 177.42 99.17 -
System Red Green Blue C M Y K H S L
Decimal 49 93 177 0.72 0.47 0 0.31 219.38 0.57 0.44
Hex 31 5D B1 48 2F 0 1F DB 39 2C
Octal 61 135 261 110 57 0 37 333 71 54
Binary 110001 1011101 10110001 1001000 101111 0 11111 11011011 111001 101100

Color Harmonies of #315DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315DB1

Black with #315DB1

Text Example


Text Example

White with #315DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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