Html Css Color HEX #315DB5 Cerulean Blue

📋 copy color: '#315DB5'

red 49 ◦ green 93 ◦ blue 181

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

Shades of Cerulean Blue #315DB5

Tints of Cerulean Blue #315DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 56.04%

R = 15.17%
G = 28.79%
B = 56.04%

CMYK

 C value IS 0.73

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#315DB5 (or 0x315DB5) is known color: Cerulean Blue. HEX triplet: 31, 5D and B5. RGB value is (49,93,181). Sum of RGB (Red+Green+Blue) = 49+93+181=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 181 (71.09% from 255 or 56.04% from 323); Max value from RGB is 181 - color contains mainly: blue. Hex color #315DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315DB5 is #CEA24A. Grayscale: #595959. Windows color (decimal): -13541963 or 11885873. OLE color: 11885873.

HSL color Cylindrical-coordinate representation of color #315DB5: hue angle of 220º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #315DB5 is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 49 93 181 -
CMYK 0.73 0.49 0 0.29
HSL 220º 0.57% 0.45% -
HSV(B) 220º 0.73% 0.71% -
XYZ 13.52 11.82 45.28 -
YUV 89.88 179.42 98.84 -
System Red Green Blue C M Y K H S L
Decimal 49 93 181 0.73 0.49 0 0.29 220 0.57 0.45
Hex 31 5D B5 49 31 0 1D DC 39 2D
Octal 61 135 265 111 61 0 35 334 71 55
Binary 110001 1011101 10110101 1001001 110001 0 11101 11011100 111001 101101

Color Harmonies of #315DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315DB5

Black with #315DB5

Text Example


Text Example

White with #315DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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