Html Css Color HEX #33626C Blumine

📋 copy color: '#33626C'

red 51 ◦ green 98 ◦ blue 108

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

Shades of Blumine #33626C

Tints of Blumine #33626C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.13%

 BLUE value IS 108 (42.58% from 255) = 42.02%

R = 19.84%
G = 38.13%
B = 42.02%

CMYK

 C value IS 0.53

 M value IS 0.09

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#33626C (or 0x33626C) is known color: Blumine. HEX triplet: 33, 62 and 6C. RGB value is (51,98,108). Sum of RGB (Red+Green+Blue) = 51+98+108=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 98 (38.67% from 255 or 38.13% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 108 - color contains mainly: blue. Hex color #33626C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33626C is #CC9D93. Grayscale: #555555. Windows color (decimal): -13409684 or 7103027. OLE color: 7103027.

HSL color Cylindrical-coordinate representation of color #33626C: hue angle of 190.53º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #33626C is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 51 98 108 -
CMYK 0.53 0.09 0 0.58
HSL 190.53º 0.36% 0.31% -
HSV(B) 190.53º 0.53% 0.42% -
XYZ 8.44 10.52 15.77 -
YUV 85.09 140.93 103.69 -
System Red Green Blue C M Y K H S L
Decimal 51 98 108 0.53 0.09 0 0.58 190.53 0.36 0.31
Hex 33 62 6C 35 9 0 3A BF 24 1F
Octal 63 142 154 65 11 0 72 277 44 37
Binary 110011 1100010 1101100 110101 1001 0 111010 10111111 100100 11111

Color Harmonies of #33626C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33626C

Black with #33626C

Text Example


Text Example

White with #33626C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33626C; }

 p { color: rgb(51,98,108); }

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

background-color css

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

 a { background-color: rgb(51,98,108); }

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

border-color css

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

 span { border-color: rgb(51,98,108); }

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