Html Css Color HEX #33676D Blumine

📋 copy color: '#33676D'

red 51 ◦ green 103 ◦ blue 109

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

Shades of Blumine #33676D

Tints of Blumine #33676D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 39.16%

 BLUE value IS 109 (42.97% from 255) = 41.44%

R = 19.39%
G = 39.16%
B = 41.44%

CMYK

 C value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#33676D (or 0x33676D) is known color: Blumine. HEX triplet: 33, 67 and 6D. RGB value is (51,103,109). Sum of RGB (Red+Green+Blue) = 51+103+109=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 103 (40.62% from 255 or 39.16% from 263); Blue value is 109 (42.97% from 255 or 41.44% from 263); Max value from RGB is 109 - color contains mainly: blue. Hex color #33676D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33676D is #CC9892. Grayscale: #585858. Windows color (decimal): -13408403 or 7169843. OLE color: 7169843.

HSL color Cylindrical-coordinate representation of color #33676D: hue angle of 186.21º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #33676D is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 51 103 109 -
CMYK 0.53 0.06 0 0.57
HSL 186.21º 0.36% 0.31% -
HSV(B) 186.21º 0.53% 0.43% -
XYZ 8.98 11.51 16.22 -
YUV 88.14 139.77 101.51 -
System Red Green Blue C M Y K H S L
Decimal 51 103 109 0.53 0.06 0 0.57 186.21 0.36 0.31
Hex 33 67 6D 35 6 0 39 BA 24 1F
Octal 63 147 155 65 6 0 71 272 44 37
Binary 110011 1100111 1101101 110101 110 0 111001 10111010 100100 11111

Color Harmonies of #33676D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33676D

Black with #33676D

Text Example


Text Example

White with #33676D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33676D; }

 p { color: rgb(51,103,109); }

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

background-color css

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

 a { background-color: rgb(51,103,109); }

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

border-color css

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

 span { border-color: rgb(51,103,109); }

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