Html Css Color HEX #315289 Fun Blue

📋 copy color: '#315289'

red 49 ◦ green 82 ◦ blue 137

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

Shades of Fun Blue #315289

Tints of Fun Blue #315289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 51.12%

R = 18.28%
G = 30.6%
B = 51.12%

CMYK

 C value IS 0.64

 M value IS 0.40

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#315289 (or 0x315289) is known color: Fun Blue. HEX triplet: 31, 52 and 89. RGB value is (49,82,137). Sum of RGB (Red+Green+Blue) = 49+82+137=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 137 (53.91% from 255 or 51.12% from 268); Max value from RGB is 137 - color contains mainly: blue. Hex color #315289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315289 is #CEAD76. Grayscale: #4E4E4E. Windows color (decimal): -13544823 or 8999473. OLE color: 8999473.

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

Color convert

RGB 49 82 137 -
CMYK 0.64 0.40 0 0.46
HSL 217.5º 0.47% 0.36% -
HSV(B) 217.5º 0.64% 0.54% -
XYZ 8.8 8.49 24.84 -
YUV 78.4 161.07 107.03 -
System Red Green Blue C M Y K H S L
Decimal 49 82 137 0.64 0.40 0 0.46 217.5 0.47 0.36
Hex 31 52 89 40 28 0 2E DA 2F 24
Octal 61 122 211 100 50 0 56 332 57 44
Binary 110001 1010010 10001001 1000000 101000 0 101110 11011010 101111 100100

Color Harmonies of #315289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315289

Black with #315289

Text Example


Text Example

White with #315289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315289; }

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

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

background-color css

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

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

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

border-color css

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

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

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