Html Css Color HEX #335768 Blumine

📋 copy color: '#335768'

red 51 ◦ green 87 ◦ blue 104

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

Shades of Blumine #335768

Tints of Blumine #335768

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.95%

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

R = 21.07%
G = 35.95%
B = 42.98%

CMYK

 C value IS 0.51

 M value IS 0.16

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#335768 (or 0x335768) is known color: Blumine. HEX triplet: 33, 57 and 68. RGB value is (51,87,104). Sum of RGB (Red+Green+Blue) = 51+87+104=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 87 (34.38% from 255 or 35.95% from 242); Blue value is 104 (41.02% from 255 or 42.98% from 242); Max value from RGB is 104 - color contains mainly: blue. Hex color #335768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335768 is #CCA897. Grayscale: #4E4E4E. Windows color (decimal): -13412504 or 6838067. OLE color: 6838067.

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

Color convert

RGB 51 87 104 -
CMYK 0.51 0.16 0 0.59
HSL 199.25º 0.34% 0.3% -
HSV(B) 199.25º 0.51% 0.41% -
XYZ 7.27 8.52 14.36 -
YUV 78.17 142.57 108.62 -
System Red Green Blue C M Y K H S L
Decimal 51 87 104 0.51 0.16 0 0.59 199.25 0.34 0.3
Hex 33 57 68 33 10 0 3B C7 22 1E
Octal 63 127 150 63 20 0 73 307 42 36
Binary 110011 1010111 1101000 110011 10000 0 111011 11000111 100010 11110

Color Harmonies of #335768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335768

Black with #335768

Text Example


Text Example

White with #335768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335768; }

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

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

background-color css

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

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

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

border-color css

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

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

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