Html Css Color HEX #315DB9 Cerulean Blue

📋 copy color: '#315DB9'

red 49 ◦ green 93 ◦ blue 185

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

Shades of Cerulean Blue #315DB9

Tints of Cerulean Blue #315DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 56.57%

R = 14.98%
G = 28.44%
B = 56.57%

CMYK

 C value IS 0.74

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#315DB9 (or 0x315DB9) is known color: Cerulean Blue. HEX triplet: 31, 5D and B9. RGB value is (49,93,185). Sum of RGB (Red+Green+Blue) = 49+93+185=327 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.98% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 185 (72.66% from 255 or 56.57% from 327); Max value from RGB is 185 - color contains mainly: blue. Hex color #315DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315DB9 is #CEA246. Grayscale: #595959. Windows color (decimal): -13541959 or 12148017. OLE color: 12148017.

HSL color Cylindrical-coordinate representation of color #315DB9: hue angle of 220.59º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #315DB9 is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 93 185 -
CMYK 0.74 0.50 0 0.27
HSL 220.59º 0.58% 0.46% -
HSV(B) 220.59º 0.74% 0.73% -
XYZ 13.94 11.98 47.48 -
YUV 90.33 181.42 98.52 -
System Red Green Blue C M Y K H S L
Decimal 49 93 185 0.74 0.50 0 0.27 220.59 0.58 0.46
Hex 31 5D B9 4A 32 0 1B DD 3A 2E
Octal 61 135 271 112 62 0 33 335 72 56
Binary 110001 1011101 10111001 1001010 110010 0 11011 11011101 111010 101110

Color Harmonies of #315DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315DB9

Black with #315DB9

Text Example


Text Example

White with #315DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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