Html Css Color HEX #315EAE Cerulean Blue

📋 copy color: '#315EAE'

red 49 ◦ green 94 ◦ blue 174

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

Shades of Cerulean Blue #315EAE

Tints of Cerulean Blue #315EAE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.65%

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

R = 15.46%
G = 29.65%
B = 54.89%

CMYK

 C value IS 0.72

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#315EAE (or 0x315EAE) is known color: Cerulean Blue. HEX triplet: 31, 5E and AE. RGB value is (49,94,174). Sum of RGB (Red+Green+Blue) = 49+94+174=317 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.46% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 174 (68.36% from 255 or 54.89% from 317); Max value from RGB is 174 - color contains mainly: blue. Hex color #315EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315EAE is #CEA151. Grayscale: #595959. Windows color (decimal): -13541714 or 11427377. OLE color: 11427377.

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

Color convert

RGB 49 94 174 -
CMYK 0.72 0.46 0 0.32
HSL 218.4º 0.56% 0.44% -
HSV(B) 218.4º 0.72% 0.68% -
XYZ 12.91 11.71 41.63 -
YUV 89.67 175.59 99 -
System Red Green Blue C M Y K H S L
Decimal 49 94 174 0.72 0.46 0 0.32 218.4 0.56 0.44
Hex 31 5E AE 48 2E 0 20 DA 38 2C
Octal 61 136 256 110 56 0 40 332 70 54
Binary 110001 1011110 10101110 1001000 101110 0 100000 11011010 111000 101100

Color Harmonies of #315EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315EAE

Black with #315EAE

Text Example


Text Example

White with #315EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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