Html Css Color HEX #315ABA Cerulean Blue

📋 copy color: '#315ABA'

red 49 ◦ green 90 ◦ blue 186

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

Shades of Cerulean Blue #315ABA

Tints of Cerulean Blue #315ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 57.23%

R = 15.08%
G = 27.69%
B = 57.23%

CMYK

 C value IS 0.74

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#315ABA (or 0x315ABA) is known color: Cerulean Blue. HEX triplet: 31, 5A and BA. RGB value is (49,90,186). Sum of RGB (Red+Green+Blue) = 49+90+186=325 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.08% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #315ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315ABA is #CEA545. Grayscale: #585858. Windows color (decimal): -13542726 or 12212785. OLE color: 12212785.

HSL color Cylindrical-coordinate representation of color #315ABA: hue angle of 222.04º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #315ABA is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 90 186 -
CMYK 0.74 0.52 0 0.27
HSL 222.04º 0.58% 0.46% -
HSV(B) 222.04º 0.74% 0.73% -
XYZ 13.79 11.51 47.95 -
YUV 88.69 182.92 99.69 -
System Red Green Blue C M Y K H S L
Decimal 49 90 186 0.74 0.52 0 0.27 222.04 0.58 0.46
Hex 31 5A BA 4A 34 0 1B DE 3A 2E
Octal 61 132 272 112 64 0 33 336 72 56
Binary 110001 1011010 10111010 1001010 110100 0 11011 11011110 111010 101110

Color Harmonies of #315ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315ABA

Black with #315ABA

Text Example


Text Example

White with #315ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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