Html Css Color HEX #336675 Blumine

📋 copy color: '#336675'

red 51 ◦ green 102 ◦ blue 117

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

Shades of Blumine #336675

Tints of Blumine #336675

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.78%

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

R = 18.89%
G = 37.78%
B = 43.33%

CMYK

 C value IS 0.56

 M value IS 0.13

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#336675 (or 0x336675) is known color: Blumine. HEX triplet: 33, 66 and 75. RGB value is (51,102,117). Sum of RGB (Red+Green+Blue) = 51+102+117=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 117 - color contains mainly: blue. Hex color #336675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336675 is #CC998A. Grayscale: #585858. Windows color (decimal): -13408651 or 7693875. OLE color: 7693875.

HSL color Cylindrical-coordinate representation of color #336675: hue angle of 193.64º 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 #336675 is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 102 117 -
CMYK 0.56 0.13 0 0.54
HSL 193.64º 0.39% 0.33% -
HSV(B) 193.64º 0.56% 0.46% -
XYZ 9.33 11.49 18.56 -
YUV 88.46 144.1 101.28 -
System Red Green Blue C M Y K H S L
Decimal 51 102 117 0.56 0.13 0 0.54 193.64 0.39 0.33
Hex 33 66 75 38 D 0 36 C2 27 21
Octal 63 146 165 70 15 0 66 302 47 41
Binary 110011 1100110 1110101 111000 1101 0 110110 11000010 100111 100001

Color Harmonies of #336675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336675

Black with #336675

Text Example


Text Example

White with #336675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336675; }

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

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

background-color css

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

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

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

border-color css

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

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

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