Html Css Color HEX #335968 Blumine

📋 copy color: '#335968'

red 51 ◦ green 89 ◦ blue 104

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

Shades of Blumine #335968

Tints of Blumine #335968

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.48%

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

R = 20.9%
G = 36.48%
B = 42.62%

CMYK

 C value IS 0.51

 M value IS 0.14

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#335968 (or 0x335968) is known color: Blumine. HEX triplet: 33, 59 and 68. RGB value is (51,89,104). Sum of RGB (Red+Green+Blue) = 51+89+104=244 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.90% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 104 (41.02% from 255 or 42.62% from 244); Max value from RGB is 104 - color contains mainly: blue. Hex color #335968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335968 is #CCA697. Grayscale: #4F4F4F. Windows color (decimal): -13411992 or 6838579. OLE color: 6838579.

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

Color convert

RGB 51 89 104 -
CMYK 0.51 0.14 0 0.59
HSL 196.98º 0.34% 0.3% -
HSV(B) 196.98º 0.51% 0.41% -
XYZ 7.44 8.85 14.41 -
YUV 79.35 141.91 107.78 -
System Red Green Blue C M Y K H S L
Decimal 51 89 104 0.51 0.14 0 0.59 196.98 0.34 0.3
Hex 33 59 68 33 E 0 3B C5 22 1E
Octal 63 131 150 63 16 0 73 305 42 36
Binary 110011 1011001 1101000 110011 1110 0 111011 11000101 100010 11110

Color Harmonies of #335968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335968

Black with #335968

Text Example


Text Example

White with #335968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335968; }

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

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

background-color css

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

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

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

border-color css

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

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

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