Html Css Color HEX #315F66 Blumine

📋 copy color: '#315F66'

red 49 ◦ green 95 ◦ blue 102

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

Shades of Blumine #315F66

Tints of Blumine #315F66

RGB

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

 GREEN value IS 95 (37.5% from 255) = 38.62%

 BLUE value IS 102 (40.23% from 255) = 41.46%

R = 19.92%
G = 38.62%
B = 41.46%

CMYK

 C value IS 0.52

 M value IS 0.07

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#315F66 (or 0x315F66) is known color: Blumine. HEX triplet: 31, 5F and 66. RGB value is (49,95,102). Sum of RGB (Red+Green+Blue) = 49+95+102=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 95 (37.5% from 255 or 38.62% from 246); Blue value is 102 (40.23% from 255 or 41.46% from 246); Max value from RGB is 102 - color contains mainly: blue. Hex color #315F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315F66 is #CEA099. Grayscale: #515151. Windows color (decimal): -13541530 or 6709041. OLE color: 6709041.

HSL color Cylindrical-coordinate representation of color #315F66: hue angle of 187.92º degrees, saturation: 0.35, 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 #315F66 is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 49 95 102 -
CMYK 0.52 0.07 0 0.6
HSL 187.92º 0.35% 0.3% -
HSV(B) 187.92º 0.52% 0.4% -
XYZ 7.76 9.8 14.05 -
YUV 82.04 139.26 104.43 -
System Red Green Blue C M Y K H S L
Decimal 49 95 102 0.52 0.07 0 0.6 187.92 0.35 0.3
Hex 31 5F 66 34 7 0 3C BC 23 1E
Octal 61 137 146 64 7 0 74 274 43 36
Binary 110001 1011111 1100110 110100 111 0 111100 10111100 100011 11110

Color Harmonies of #315F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315F66

Black with #315F66

Text Example


Text Example

White with #315F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,95,102); }

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

background-color css

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

 a { background-color: rgb(49,95,102); }

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

border-color css

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

 span { border-color: rgb(49,95,102); }

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