Html Css Color HEX #335869 Blumine

📋 copy color: '#335869'

red 51 ◦ green 88 ◦ blue 105

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

Shades of Blumine #335869

Tints of Blumine #335869

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.07%

 BLUE value IS 105 (41.41% from 255) = 43.03%

R = 20.9%
G = 36.07%
B = 43.03%

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

#335869 (or 0x335869) is known color: Blumine. HEX triplet: 33, 58 and 69. RGB value is (51,88,105). Sum of RGB (Red+Green+Blue) = 51+88+105=244 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.90% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 105 (41.41% from 255 or 43.03% from 244); Max value from RGB is 105 - color contains mainly: blue. Hex color #335869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335869 is #CCA796. Grayscale: #4E4E4E. Windows color (decimal): -13412247 or 6903859. OLE color: 6903859.

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

Color convert

RGB 51 88 105 -
CMYK 0.51 0.16 0 0.59
HSL 198.89º 0.35% 0.31% -
HSV(B) 198.89º 0.51% 0.41% -
XYZ 7.4 8.7 14.65 -
YUV 78.88 142.74 108.12 -
System Red Green Blue C M Y K H S L
Decimal 51 88 105 0.51 0.16 0 0.59 198.89 0.35 0.31
Hex 33 58 69 33 10 0 3B C7 23 1F
Octal 63 130 151 63 20 0 73 307 43 37
Binary 110011 1011000 1101001 110011 10000 0 111011 11000111 100011 11111

Color Harmonies of #335869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335869

Black with #335869

Text Example


Text Example

White with #335869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335869; }

 p { color: rgb(51,88,105); }

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

background-color css

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

 a { background-color: rgb(51,88,105); }

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

border-color css

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

 span { border-color: rgb(51,88,105); }

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