Html Css Color HEX #315CBA Cerulean Blue

📋 copy color: '#315CBA'

red 49 ◦ green 92 ◦ blue 186

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

Shades of Cerulean Blue #315CBA

Tints of Cerulean Blue #315CBA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.13%

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

R = 14.98%
G = 28.13%
B = 56.88%

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

#315CBA (or 0x315CBA) is known color: Cerulean Blue. HEX triplet: 31, 5C and BA. RGB value is (49,92,186). Sum of RGB (Red+Green+Blue) = 49+92+186=327 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.98% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #315CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315CBA is #CEA345. Grayscale: #595959. Windows color (decimal): -13542214 or 12213297. OLE color: 12213297.

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

Color convert

RGB 49 92 186 -
CMYK 0.74 0.51 0 0.27
HSL 221.17º 0.58% 0.46% -
HSV(B) 221.17º 0.74% 0.73% -
XYZ 13.96 11.85 48.01 -
YUV 89.86 182.25 98.86 -
System Red Green Blue C M Y K H S L
Decimal 49 92 186 0.74 0.51 0 0.27 221.17 0.58 0.46
Hex 31 5C BA 4A 33 0 1B DD 3A 2E
Octal 61 134 272 112 63 0 33 335 72 56
Binary 110001 1011100 10111010 1001010 110011 0 11011 11011101 111010 101110

Color Harmonies of #315CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315CBA

Black with #315CBA

Text Example


Text Example

White with #315CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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