Html Css Color HEX #315865 Blumine

📋 copy color: '#315865'

red 49 ◦ green 88 ◦ blue 101

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

Shades of Blumine #315865

Tints of Blumine #315865

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.97%

 BLUE value IS 101 (39.84% from 255) = 42.44%

R = 20.59%
G = 36.97%
B = 42.44%

CMYK

 C value IS 0.51

 M value IS 0.13

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#315865 (or 0x315865) is known color: Blumine. HEX triplet: 31, 58 and 65. RGB value is (49,88,101). Sum of RGB (Red+Green+Blue) = 49+88+101=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 88 (34.77% from 255 or 36.97% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 101 - color contains mainly: blue. Hex color #315865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315865 is #CEA79A. Grayscale: #4D4D4D. Windows color (decimal): -13543323 or 6641713. OLE color: 6641713.

HSL color Cylindrical-coordinate representation of color #315865: hue angle of 195º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #315865 is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 49 88 101 -
CMYK 0.51 0.13 0 0.60
HSL 195º 0.35% 0.29% -
HSV(B) 195º 0.51% 0.4% -
XYZ 7.11 8.57 13.59 -
YUV 77.82 141.08 107.44 -
System Red Green Blue C M Y K H S L
Decimal 49 88 101 0.51 0.13 0 0.60 195 0.35 0.29
Hex 31 58 65 33 D 0 3C C3 23 1D
Octal 61 130 145 63 15 0 74 303 43 35
Binary 110001 1011000 1100101 110011 1101 0 111100 11000011 100011 11101

Color Harmonies of #315865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315865

Black with #315865

Text Example


Text Example

White with #315865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315865; }

 p { color: rgb(49,88,101); }

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

background-color css

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

 a { background-color: rgb(49,88,101); }

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

border-color css

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

 span { border-color: rgb(49,88,101); }

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