Html Css Color HEX #315BAF Cerulean Blue

📋 copy color: '#315BAF'

red 49 ◦ green 91 ◦ blue 175

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

Shades of Cerulean Blue #315BAF

Tints of Cerulean Blue #315BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 55.56%

R = 15.56%
G = 28.89%
B = 55.56%

CMYK

 C value IS 0.72

 M value IS 0.48

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#315BAF (or 0x315BAF) is known color: Cerulean Blue. HEX triplet: 31, 5B and AF. RGB value is (49,91,175). Sum of RGB (Red+Green+Blue) = 49+91+175=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 91 (35.94% from 255 or 28.89% from 315); Blue value is 175 (68.75% from 255 or 55.56% from 315); Max value from RGB is 175 - color contains mainly: blue. Hex color #315BAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315BAF is #CEA450. Grayscale: #575757. Windows color (decimal): -13542481 or 11492145. OLE color: 11492145.

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

Color convert

RGB 49 91 175 -
CMYK 0.72 0.48 0 0.31
HSL 220º 0.56% 0.44% -
HSV(B) 220º 0.72% 0.69% -
XYZ 12.75 11.23 42.05 -
YUV 88.02 177.09 100.17 -
System Red Green Blue C M Y K H S L
Decimal 49 91 175 0.72 0.48 0 0.31 220 0.56 0.44
Hex 31 5B AF 48 30 0 1F DC 38 2C
Octal 61 133 257 110 60 0 37 334 70 54
Binary 110001 1011011 10101111 1001000 110000 0 11111 11011100 111000 101100

Color Harmonies of #315BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315BAF

Black with #315BAF

Text Example


Text Example

White with #315BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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