Html Css Color HEX #315DAE Cerulean Blue

📋 copy color: '#315DAE'

red 49 ◦ green 93 ◦ blue 174

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

Shades of Cerulean Blue #315DAE

Tints of Cerulean Blue #315DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 55.06%

R = 15.51%
G = 29.43%
B = 55.06%

CMYK

 C value IS 0.72

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#315DAE (or 0x315DAE) is known color: Cerulean Blue. HEX triplet: 31, 5D and AE. RGB value is (49,93,174). Sum of RGB (Red+Green+Blue) = 49+93+174=316 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.51% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 174 (68.36% from 255 or 55.06% from 316); Max value from RGB is 174 - color contains mainly: blue. Hex color #315DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315DAE is #CEA251. Grayscale: #585858. Windows color (decimal): -13541970 or 11427121. OLE color: 11427121.

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

Color convert

RGB 49 93 174 -
CMYK 0.72 0.47 0 0.32
HSL 218.88º 0.56% 0.44% -
HSV(B) 218.88º 0.72% 0.68% -
XYZ 12.82 11.54 41.6 -
YUV 89.08 175.92 99.41 -
System Red Green Blue C M Y K H S L
Decimal 49 93 174 0.72 0.47 0 0.32 218.88 0.56 0.44
Hex 31 5D AE 48 2F 0 20 DB 38 2C
Octal 61 135 256 110 57 0 40 333 70 54
Binary 110001 1011101 10101110 1001000 101111 0 100000 11011011 111000 101100

Color Harmonies of #315DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315DAE

Black with #315DAE

Text Example


Text Example

White with #315DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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