Html Css Color HEX #336175 Blumine

📋 copy color: '#336175'

red 51 ◦ green 97 ◦ blue 117

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

Shades of Blumine #336175

Tints of Blumine #336175

RGB

 RED value IS 51 (20.31% from 255) = 19.25%

 GREEN value IS 97 (38.28% from 255) = 36.6%

 BLUE value IS 117 (46.09% from 255) = 44.15%

R = 19.25%
G = 36.6%
B = 44.15%

CMYK

 C value IS 0.56

 M value IS 0.17

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#336175 (or 0x336175) is known color: Blumine. HEX triplet: 33, 61 and 75. RGB value is (51,97,117). Sum of RGB (Red+Green+Blue) = 51+97+117=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 117 - color contains mainly: blue. Hex color #336175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336175 is #CC9E8A. Grayscale: #555555. Windows color (decimal): -13409931 or 7692595. OLE color: 7692595.

HSL color Cylindrical-coordinate representation of color #336175: hue angle of 198.18º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #336175 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 97 117 -
CMYK 0.56 0.17 0 0.54
HSL 198.18º 0.39% 0.33% -
HSV(B) 198.18º 0.56% 0.46% -
XYZ 8.85 10.54 18.4 -
YUV 85.53 145.76 103.37 -
System Red Green Blue C M Y K H S L
Decimal 51 97 117 0.56 0.17 0 0.54 198.18 0.39 0.33
Hex 33 61 75 38 11 0 36 C6 27 21
Octal 63 141 165 70 21 0 66 306 47 41
Binary 110011 1100001 1110101 111000 10001 0 110110 11000110 100111 100001

Color Harmonies of #336175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336175

Black with #336175

Text Example


Text Example

White with #336175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336175; }

 p { color: rgb(51,97,117); }

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

background-color css

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

 a { background-color: rgb(51,97,117); }

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

border-color css

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

 span { border-color: rgb(51,97,117); }

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