Html Css Color HEX #315BAD Cerulean Blue

📋 copy color: '#315BAD'

red 49 ◦ green 91 ◦ blue 173

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

Shades of Cerulean Blue #315BAD

Tints of Cerulean Blue #315BAD

RGB

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

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

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

R = 15.65%
G = 29.07%
B = 55.27%

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

#315BAD (or 0x315BAD) is known color: Cerulean Blue. HEX triplet: 31, 5B and AD. RGB value is (49,91,173). Sum of RGB (Red+Green+Blue) = 49+91+173=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #315BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315BAD is #CEA452. Grayscale: #575757. Windows color (decimal): -13542483 or 11361073. OLE color: 11361073.

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

Color convert

RGB 49 91 173 -
CMYK 0.72 0.47 0 0.32
HSL 219.68º 0.56% 0.44% -
HSV(B) 219.68º 0.72% 0.68% -
XYZ 12.55 11.15 41.03 -
YUV 87.79 176.09 100.33 -
System Red Green Blue C M Y K H S L
Decimal 49 91 173 0.72 0.47 0 0.32 219.68 0.56 0.44
Hex 31 5B AD 48 2F 0 20 DC 38 2C
Octal 61 133 255 110 57 0 40 334 70 54
Binary 110001 1011011 10101101 1001000 101111 0 100000 11011100 111000 101100

Color Harmonies of #315BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315BAD

Black with #315BAD

Text Example


Text Example

White with #315BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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