Html Css Color HEX #315AB2 Cerulean Blue

📋 copy color: '#315AB2'

red 49 ◦ green 90 ◦ blue 178

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

Shades of Cerulean Blue #315AB2

Tints of Cerulean Blue #315AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 56.15%

R = 15.46%
G = 28.39%
B = 56.15%

CMYK

 C value IS 0.72

 M value IS 0.49

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#315AB2 (or 0x315AB2) is known color: Cerulean Blue. HEX triplet: 31, 5A and B2. RGB value is (49,90,178). Sum of RGB (Red+Green+Blue) = 49+90+178=317 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.46% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 178 (69.92% from 255 or 56.15% from 317); Max value from RGB is 178 - color contains mainly: blue. Hex color #315AB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315AB2 is #CEA54D. Grayscale: #575757. Windows color (decimal): -13542734 or 11688497. OLE color: 11688497.

HSL color Cylindrical-coordinate representation of color #315AB2: hue angle of 220.93º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #315AB2 is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 49 90 178 -
CMYK 0.72 0.49 0 0.30
HSL 220.93º 0.57% 0.45% -
HSV(B) 220.93º 0.72% 0.7% -
XYZ 12.96 11.18 43.59 -
YUV 87.77 178.92 100.34 -
System Red Green Blue C M Y K H S L
Decimal 49 90 178 0.72 0.49 0 0.30 220.93 0.57 0.45
Hex 31 5A B2 48 31 0 1E DD 39 2D
Octal 61 132 262 110 61 0 36 335 71 55
Binary 110001 1011010 10110010 1001000 110001 0 11110 11011101 111001 101101

Color Harmonies of #315AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315AB2

Black with #315AB2

Text Example


Text Example

White with #315AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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