Html Css Color HEX #336268 Blumine

📋 copy color: '#336268'

red 51 ◦ green 98 ◦ blue 104

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

Shades of Blumine #336268

Tints of Blumine #336268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 41.11%

R = 20.16%
G = 38.74%
B = 41.11%

CMYK

 C value IS 0.51

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#336268 (or 0x336268) is known color: Blumine. HEX triplet: 33, 62 and 68. RGB value is (51,98,104). Sum of RGB (Red+Green+Blue) = 51+98+104=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 98 (38.67% from 255 or 38.74% from 253); Blue value is 104 (41.02% from 255 or 41.11% from 253); Max value from RGB is 104 - color contains mainly: blue. Hex color #336268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336268 is #CC9D97. Grayscale: #545454. Windows color (decimal): -13409688 or 6840883. OLE color: 6840883.

HSL color Cylindrical-coordinate representation of color #336268: hue angle of 186.79º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #336268 is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 51 98 104 -
CMYK 0.51 0.06 0 0.59
HSL 186.79º 0.34% 0.3% -
HSV(B) 186.79º 0.51% 0.41% -
XYZ 8.23 10.44 14.68 -
YUV 84.63 138.93 104.01 -
System Red Green Blue C M Y K H S L
Decimal 51 98 104 0.51 0.06 0 0.59 186.79 0.34 0.3
Hex 33 62 68 33 6 0 3B BB 22 1E
Octal 63 142 150 63 6 0 73 273 42 36
Binary 110011 1100010 1101000 110011 110 0 111011 10111011 100010 11110

Color Harmonies of #336268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336268

Black with #336268

Text Example


Text Example

White with #336268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336268; }

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

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

background-color css

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

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

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

border-color css

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

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

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