Html Css Color HEX #315DB0 Cerulean Blue

📋 copy color: '#315DB0'

red 49 ◦ green 93 ◦ blue 176

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

Shades of Cerulean Blue #315DB0

Tints of Cerulean Blue #315DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 55.35%

R = 15.41%
G = 29.25%
B = 55.35%

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

#315DB0 (or 0x315DB0) is known color: Cerulean Blue. HEX triplet: 31, 5D and B0. RGB value is (49,93,176). Sum of RGB (Red+Green+Blue) = 49+93+176=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 176 (69.14% from 255 or 55.35% from 318); Max value from RGB is 176 - color contains mainly: blue. Hex color #315DB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315DB0 is #CEA24F. Grayscale: #585858. Windows color (decimal): -13541968 or 11558193. OLE color: 11558193.

HSL color Cylindrical-coordinate representation of color #315DB0: hue angle of 219.21º degrees, saturation: 0.56, 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 #315DB0 is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 49 93 176 -
CMYK 0.72 0.47 0 0.31
HSL 219.21º 0.56% 0.44% -
HSV(B) 219.21º 0.72% 0.69% -
XYZ 13.02 11.62 42.63 -
YUV 89.31 176.92 99.25 -
System Red Green Blue C M Y K H S L
Decimal 49 93 176 0.72 0.47 0 0.31 219.21 0.56 0.44
Hex 31 5D B0 48 2F 0 1F DB 38 2C
Octal 61 135 260 110 57 0 37 333 70 54
Binary 110001 1011101 10110000 1001000 101111 0 11111 11011011 111000 101100

Color Harmonies of #315DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315DB0

Black with #315DB0

Text Example


Text Example

White with #315DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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