Html Css Color HEX #315BBB Cerulean Blue

📋 copy color: '#315BBB'

red 49 ◦ green 91 ◦ blue 187

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

Shades of Cerulean Blue #315BBB

Tints of Cerulean Blue #315BBB

RGB

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

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

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

R = 14.98%
G = 27.83%
B = 57.19%

CMYK

 C value IS 0.74

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#315BBB (or 0x315BBB) is known color: Cerulean Blue. HEX triplet: 31, 5B and BB. RGB value is (49,91,187). Sum of RGB (Red+Green+Blue) = 49+91+187=327 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.98% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 187 (73.44% from 255 or 57.19% from 327); Max value from RGB is 187 - color contains mainly: blue. Hex color #315BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315BBB is #CEA444. Grayscale: #585858. Windows color (decimal): -13542469 or 12278577. OLE color: 12278577.

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

Color convert

RGB 49 91 187 -
CMYK 0.74 0.51 0 0.27
HSL 221.74º 0.58% 0.46% -
HSV(B) 221.74º 0.74% 0.73% -
XYZ 13.98 11.72 48.54 -
YUV 89.39 183.09 99.19 -
System Red Green Blue C M Y K H S L
Decimal 49 91 187 0.74 0.51 0 0.27 221.74 0.58 0.46
Hex 31 5B BB 4A 33 0 1B DE 3A 2E
Octal 61 133 273 112 63 0 33 336 72 56
Binary 110001 1011011 10111011 1001010 110011 0 11011 11011110 111010 101110

Color Harmonies of #315BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315BBB

Black with #315BBB

Text Example


Text Example

White with #315BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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