Html Css Color HEX #315ABB Cerulean Blue

📋 copy color: '#315ABB'

red 49 ◦ green 90 ◦ blue 187

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

Shades of Cerulean Blue #315ABB

Tints of Cerulean Blue #315ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 57.36%

R = 15.03%
G = 27.61%
B = 57.36%

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

#315ABB (or 0x315ABB) is known color: Cerulean Blue. HEX triplet: 31, 5A and BB. RGB value is (49,90,187). Sum of RGB (Red+Green+Blue) = 49+90+187=326 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.03% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 187 (73.44% from 255 or 57.36% from 326); Max value from RGB is 187 - color contains mainly: blue. Hex color #315ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315ABB is #CEA544. Grayscale: #585858. Windows color (decimal): -13542725 or 12278321. OLE color: 12278321.

HSL color Cylindrical-coordinate representation of color #315ABB: hue angle of 222.17º 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 #315ABB is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 90 187 -
CMYK 0.74 0.52 0 0.27
HSL 222.17º 0.58% 0.46% -
HSV(B) 222.17º 0.74% 0.73% -
XYZ 13.89 11.55 48.51 -
YUV 88.8 183.42 99.61 -
System Red Green Blue C M Y K H S L
Decimal 49 90 187 0.74 0.52 0 0.27 222.17 0.58 0.46
Hex 31 5A BB 4A 34 0 1B DE 3A 2E
Octal 61 132 273 112 64 0 33 336 72 56
Binary 110001 1011010 10111011 1001010 110100 0 11011 11011110 111010 101110

Color Harmonies of #315ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315ABB

Black with #315ABB

Text Example


Text Example

White with #315ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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