Html Css Color HEX #315AAD Cerulean Blue

📋 copy color: '#315AAD'

red 49 ◦ green 90 ◦ blue 173

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

Shades of Cerulean Blue #315AAD

Tints of Cerulean Blue #315AAD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.85%

 BLUE value IS 173 (67.97% from 255) = 55.45%

R = 15.71%
G = 28.85%
B = 55.45%

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

#315AAD (or 0x315AAD) is known color: Cerulean Blue. HEX triplet: 31, 5A and AD. RGB value is (49,90,173). Sum of RGB (Red+Green+Blue) = 49+90+173=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #315AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315AAD is #CEA552. Grayscale: #565656. Windows color (decimal): -13542739 or 11360817. OLE color: 11360817.

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

Color convert

RGB 49 90 173 -
CMYK 0.72 0.48 0 0.32
HSL 220.16º 0.56% 0.44% -
HSV(B) 220.16º 0.72% 0.68% -
XYZ 12.47 10.98 41 -
YUV 87.2 176.42 100.75 -
System Red Green Blue C M Y K H S L
Decimal 49 90 173 0.72 0.48 0 0.32 220.16 0.56 0.44
Hex 31 5A AD 48 30 0 20 DC 38 2C
Octal 61 132 255 110 60 0 40 334 70 54
Binary 110001 1011010 10101101 1001000 110000 0 100000 11011100 111000 101100

Color Harmonies of #315AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315AAD

Black with #315AAD

Text Example


Text Example

White with #315AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,90,173); }

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

background-color css

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

 a { background-color: rgb(49,90,173); }

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

border-color css

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

 span { border-color: rgb(49,90,173); }

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