Html Css Color HEX #315288 Fun Blue

📋 copy color: '#315288'

red 49 ◦ green 82 ◦ blue 136

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

Shades of Fun Blue #315288

Tints of Fun Blue #315288

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.71%

 BLUE value IS 136 (53.52% from 255) = 50.94%

R = 18.35%
G = 30.71%
B = 50.94%

CMYK

 C value IS 0.64

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#315288 (or 0x315288) is known color: Fun Blue. HEX triplet: 31, 52 and 88. RGB value is (49,82,136). Sum of RGB (Red+Green+Blue) = 49+82+136=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 136 (53.52% from 255 or 50.94% from 267); Max value from RGB is 136 - color contains mainly: blue. Hex color #315288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315288 is #CEAD77. Grayscale: #4E4E4E. Windows color (decimal): -13544824 or 8933937. OLE color: 8933937.

HSL color Cylindrical-coordinate representation of color #315288: hue angle of 217.24º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #315288 is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 82 136 -
CMYK 0.64 0.40 0 0.47
HSL 217.24º 0.47% 0.36% -
HSV(B) 217.24º 0.64% 0.53% -
XYZ 8.73 8.47 24.47 -
YUV 78.29 160.57 107.11 -
System Red Green Blue C M Y K H S L
Decimal 49 82 136 0.64 0.40 0 0.47 217.24 0.47 0.36
Hex 31 52 88 40 28 0 2F D9 2F 24
Octal 61 122 210 100 50 0 57 331 57 44
Binary 110001 1010010 10001000 1000000 101000 0 101111 11011001 101111 100100

Color Harmonies of #315288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315288

Black with #315288

Text Example


Text Example

White with #315288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315288; }

 p { color: rgb(49,82,136); }

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

background-color css

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

 a { background-color: rgb(49,82,136); }

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

border-color css

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

 span { border-color: rgb(49,82,136); }

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