Html Css Color HEX #315E65 Blumine

📋 copy color: '#315E65'

red 49 ◦ green 94 ◦ blue 101

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

Shades of Blumine #315E65

Tints of Blumine #315E65

RGB

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

 GREEN value IS 94 (37.11% from 255) = 38.52%

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

R = 20.08%
G = 38.52%
B = 41.39%

CMYK

 C value IS 0.51

 M value IS 0.07

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#315E65 (or 0x315E65) is known color: Blumine. HEX triplet: 31, 5E and 65. RGB value is (49,94,101). Sum of RGB (Red+Green+Blue) = 49+94+101=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 94 (37.11% from 255 or 38.52% from 244); Blue value is 101 (39.84% from 255 or 41.39% from 244); Max value from RGB is 101 - color contains mainly: blue. Hex color #315E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315E65 is #CEA19A. Grayscale: #515151. Windows color (decimal): -13541787 or 6643249. OLE color: 6643249.

HSL color Cylindrical-coordinate representation of color #315E65: hue angle of 188.08º 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 #315E65 is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 49 94 101 -
CMYK 0.51 0.07 0 0.60
HSL 188.08º 0.35% 0.29% -
HSV(B) 188.08º 0.51% 0.4% -
XYZ 7.62 9.6 13.76 -
YUV 81.34 139.09 104.93 -
System Red Green Blue C M Y K H S L
Decimal 49 94 101 0.51 0.07 0 0.60 188.08 0.35 0.29
Hex 31 5E 65 33 7 0 3C BC 23 1D
Octal 61 136 145 63 7 0 74 274 43 35
Binary 110001 1011110 1100101 110011 111 0 111100 10111100 100011 11101

Color Harmonies of #315E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315E65

Black with #315E65

Text Example


Text Example

White with #315E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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