Html Css Color HEX #335D69 Blumine

📋 copy color: '#335D69'

red 51 ◦ green 93 ◦ blue 105

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

Shades of Blumine #335D69

Tints of Blumine #335D69

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.35%

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

R = 20.48%
G = 37.35%
B = 42.17%

CMYK

 C value IS 0.51

 M value IS 0.11

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#335D69 (or 0x335D69) is known color: Blumine. HEX triplet: 33, 5D and 69. RGB value is (51,93,105). Sum of RGB (Red+Green+Blue) = 51+93+105=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 93 (36.72% from 255 or 37.35% from 249); Blue value is 105 (41.41% from 255 or 42.17% from 249); Max value from RGB is 105 - color contains mainly: blue. Hex color #335D69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335D69 is #CCA296. Grayscale: #515151. Windows color (decimal): -13410967 or 6905139. OLE color: 6905139.

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

Color convert

RGB 51 93 105 -
CMYK 0.51 0.11 0 0.59
HSL 193.33º 0.35% 0.31% -
HSV(B) 193.33º 0.51% 0.41% -
XYZ 7.83 9.55 14.8 -
YUV 81.81 141.09 106.02 -
System Red Green Blue C M Y K H S L
Decimal 51 93 105 0.51 0.11 0 0.59 193.33 0.35 0.31
Hex 33 5D 69 33 B 0 3B C1 23 1F
Octal 63 135 151 63 13 0 73 301 43 37
Binary 110011 1011101 1101001 110011 1011 0 111011 11000001 100011 11111

Color Harmonies of #335D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335D69

Black with #335D69

Text Example


Text Example

White with #335D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335D69; }

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

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

background-color css

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

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

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

border-color css

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

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

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