Html Css Color HEX #335668 Blumine

📋 copy color: '#335668'

red 51 ◦ green 86 ◦ blue 104

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

Shades of Blumine #335668

Tints of Blumine #335668

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.68%

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

R = 21.16%
G = 35.68%
B = 43.15%

CMYK

 C value IS 0.51

 M value IS 0.17

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#335668 (or 0x335668) is known color: Blumine. HEX triplet: 33, 56 and 68. RGB value is (51,86,104). Sum of RGB (Red+Green+Blue) = 51+86+104=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 104 (41.02% from 255 or 43.15% from 241); Max value from RGB is 104 - color contains mainly: blue. Hex color #335668 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335668 is #CCA997. Grayscale: #4D4D4D. Windows color (decimal): -13412760 or 6837811. OLE color: 6837811.

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

Color convert

RGB 51 86 104 -
CMYK 0.51 0.17 0 0.59
HSL 200.38º 0.34% 0.3% -
HSV(B) 200.38º 0.51% 0.41% -
XYZ 7.19 8.36 14.33 -
YUV 77.59 142.9 109.04 -
System Red Green Blue C M Y K H S L
Decimal 51 86 104 0.51 0.17 0 0.59 200.38 0.34 0.3
Hex 33 56 68 33 11 0 3B C8 22 1E
Octal 63 126 150 63 21 0 73 310 42 36
Binary 110011 1010110 1101000 110011 10001 0 111011 11001000 100010 11110

Color Harmonies of #335668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335668

Black with #335668

Text Example


Text Example

White with #335668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335668; }

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

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

background-color css

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

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

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

border-color css

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

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

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