Html Css Color HEX #336168 Blumine

📋 copy color: '#336168'

red 51 ◦ green 97 ◦ blue 104

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

Shades of Blumine #336168

Tints of Blumine #336168

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.49%

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

R = 20.24%
G = 38.49%
B = 41.27%

CMYK

 C value IS 0.51

 M value IS 0.07

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#336168 (or 0x336168) is known color: Blumine. HEX triplet: 33, 61 and 68. RGB value is (51,97,104). Sum of RGB (Red+Green+Blue) = 51+97+104=252 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.24% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 104 (41.02% from 255 or 41.27% from 252); Max value from RGB is 104 - color contains mainly: blue. Hex color #336168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336168 is #CC9E97. Grayscale: #535353. Windows color (decimal): -13409944 or 6840627. OLE color: 6840627.

HSL color Cylindrical-coordinate representation of color #336168: hue angle of 187.92º 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 #336168 is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 51 97 104 -
CMYK 0.51 0.07 0 0.59
HSL 187.92º 0.34% 0.3% -
HSV(B) 187.92º 0.51% 0.41% -
XYZ 8.14 10.25 14.65 -
YUV 84.04 139.26 104.43 -
System Red Green Blue C M Y K H S L
Decimal 51 97 104 0.51 0.07 0 0.59 187.92 0.34 0.3
Hex 33 61 68 33 7 0 3B BC 22 1E
Octal 63 141 150 63 7 0 73 274 42 36
Binary 110011 1100001 1101000 110011 111 0 111011 10111100 100010 11110

Color Harmonies of #336168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336168

Black with #336168

Text Example


Text Example

White with #336168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336168; }

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

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

background-color css

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

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

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

border-color css

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

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

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