Html Css Color HEX #336577 Blumine

📋 copy color: '#336577'

red 51 ◦ green 101 ◦ blue 119

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

Shades of Blumine #336577

Tints of Blumine #336577

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.27%

 BLUE value IS 119 (46.88% from 255) = 43.91%

R = 18.82%
G = 37.27%
B = 43.91%

CMYK

 C value IS 0.57

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#336577 (or 0x336577) is known color: Blumine. HEX triplet: 33, 65 and 77. RGB value is (51,101,119). Sum of RGB (Red+Green+Blue) = 51+101+119=271 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.82% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 119 (46.88% from 255 or 43.91% from 271); Max value from RGB is 119 - color contains mainly: blue. Hex color #336577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336577 is #CC9A88. Grayscale: #575757. Windows color (decimal): -13408905 or 7824691. OLE color: 7824691.

HSL color Cylindrical-coordinate representation of color #336577: hue angle of 195.88º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #336577 is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 101 119 -
CMYK 0.57 0.15 0 0.53
HSL 195.88º 0.4% 0.33% -
HSV(B) 195.88º 0.57% 0.47% -
XYZ 9.35 11.34 19.15 -
YUV 88.1 145.44 101.54 -
System Red Green Blue C M Y K H S L
Decimal 51 101 119 0.57 0.15 0 0.53 195.88 0.4 0.33
Hex 33 65 77 39 F 0 35 C4 28 21
Octal 63 145 167 71 17 0 65 304 50 41
Binary 110011 1100101 1110111 111001 1111 0 110101 11000100 101000 100001

Color Harmonies of #336577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336577

Black with #336577

Text Example


Text Example

White with #336577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336577; }

 p { color: rgb(51,101,119); }

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

background-color css

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

 a { background-color: rgb(51,101,119); }

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

border-color css

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

 span { border-color: rgb(51,101,119); }

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