Html Css Color HEX #315BAE Cerulean Blue

📋 copy color: '#315BAE'

red 49 ◦ green 91 ◦ blue 174

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

Shades of Cerulean Blue #315BAE

Tints of Cerulean Blue #315BAE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.98%

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

R = 15.61%
G = 28.98%
B = 55.41%

CMYK

 C value IS 0.72

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#315BAE (or 0x315BAE) is known color: Cerulean Blue. HEX triplet: 31, 5B and AE. RGB value is (49,91,174). Sum of RGB (Red+Green+Blue) = 49+91+174=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 174 (68.36% from 255 or 55.41% from 314); Max value from RGB is 174 - color contains mainly: blue. Hex color #315BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315BAE is #CEA451. Grayscale: #575757. Windows color (decimal): -13542482 or 11426609. OLE color: 11426609.

HSL color Cylindrical-coordinate representation of color #315BAE: hue angle of 219.84º 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 #315BAE is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 49 91 174 -
CMYK 0.72 0.48 0 0.32
HSL 219.84º 0.56% 0.44% -
HSV(B) 219.84º 0.72% 0.68% -
XYZ 12.65 11.19 41.54 -
YUV 87.9 176.59 100.25 -
System Red Green Blue C M Y K H S L
Decimal 49 91 174 0.72 0.48 0 0.32 219.84 0.56 0.44
Hex 31 5B AE 48 30 0 20 DC 38 2C
Octal 61 133 256 110 60 0 40 334 70 54
Binary 110001 1011011 10101110 1001000 110000 0 100000 11011100 111000 101100

Color Harmonies of #315BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315BAE

Black with #315BAE

Text Example


Text Example

White with #315BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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