Html Css Color HEX #315867 Blumine

📋 copy color: '#315867'

red 49 ◦ green 88 ◦ blue 103

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

Shades of Blumine #315867

Tints of Blumine #315867

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 42.92%

R = 20.42%
G = 36.67%
B = 42.92%

CMYK

 C value IS 0.52

 M value IS 0.15

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#315867 (or 0x315867) is known color: Blumine. HEX triplet: 31, 58 and 67. RGB value is (49,88,103). Sum of RGB (Red+Green+Blue) = 49+88+103=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 103 (40.62% from 255 or 42.92% from 240); Max value from RGB is 103 - color contains mainly: blue. Hex color #315867 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315867 is #CEA798. Grayscale: #4D4D4D. Windows color (decimal): -13543321 or 6772785. OLE color: 6772785.

HSL color Cylindrical-coordinate representation of color #315867: hue angle of 196.67º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #315867 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 49 88 103 -
CMYK 0.52 0.15 0 0.60
HSL 196.67º 0.36% 0.3% -
HSV(B) 196.67º 0.52% 0.4% -
XYZ 7.2 8.61 14.11 -
YUV 78.05 142.08 107.28 -
System Red Green Blue C M Y K H S L
Decimal 49 88 103 0.52 0.15 0 0.60 196.67 0.36 0.3
Hex 31 58 67 34 F 0 3C C5 24 1E
Octal 61 130 147 64 17 0 74 305 44 36
Binary 110001 1011000 1100111 110100 1111 0 111100 11000101 100100 11110

Color Harmonies of #315867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315867

Black with #315867

Text Example


Text Example

White with #315867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315867; }

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

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

background-color css

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

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

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

border-color css

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

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

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