Html Css Color HEX #335769 Blumine

📋 copy color: '#335769'

red 51 ◦ green 87 ◦ blue 105

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

Shades of Blumine #335769

Tints of Blumine #335769

RGB

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

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

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

R = 20.99%
G = 35.8%
B = 43.21%

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

#335769 (or 0x335769) is known color: Blumine. HEX triplet: 33, 57 and 69. RGB value is (51,87,105). Sum of RGB (Red+Green+Blue) = 51+87+105=243 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.99% from 243); Green value is 87 (34.38% from 255 or 35.80% from 243); Blue value is 105 (41.41% from 255 or 43.21% from 243); Max value from RGB is 105 - color contains mainly: blue. Hex color #335769 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335769 is #CCA896. Grayscale: #4E4E4E. Windows color (decimal): -13412503 or 6903603. OLE color: 6903603.

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

Color convert

RGB 51 87 105 -
CMYK 0.51 0.17 0 0.59
HSL 200º 0.35% 0.31% -
HSV(B) 200º 0.51% 0.41% -
XYZ 7.32 8.54 14.63 -
YUV 78.29 143.07 108.54 -
System Red Green Blue C M Y K H S L
Decimal 51 87 105 0.51 0.17 0 0.59 200 0.35 0.31
Hex 33 57 69 33 11 0 3B C8 23 1F
Octal 63 127 151 63 21 0 73 310 43 37
Binary 110011 1010111 1101001 110011 10001 0 111011 11001000 100011 11111

Color Harmonies of #335769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335769

Black with #335769

Text Example


Text Example

White with #335769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335769; }

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

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

background-color css

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

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

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

border-color css

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

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

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