Html Css Color HEX #335D6F Blumine

📋 copy color: '#335D6F'

red 51 ◦ green 93 ◦ blue 111

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

Shades of Blumine #335D6F

Tints of Blumine #335D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 43.53%

R = 20%
G = 36.47%
B = 43.53%

CMYK

 C value IS 0.54

 M value IS 0.16

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#335D6F (or 0x335D6F) is known color: Blumine. HEX triplet: 33, 5D and 6F. RGB value is (51,93,111). Sum of RGB (Red+Green+Blue) = 51+93+111=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 93 (36.72% from 255 or 36.47% from 255); Blue value is 111 (43.75% from 255 or 43.53% from 255); Max value from RGB is 111 - color contains mainly: blue. Hex color #335D6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335D6F is #CCA290. Grayscale: #525252. Windows color (decimal): -13410961 or 7298355. OLE color: 7298355.

HSL color Cylindrical-coordinate representation of color #335D6F: hue angle of 198º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #335D6F is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 93 111 -
CMYK 0.54 0.16 0 0.56
HSL 198º 0.37% 0.32% -
HSV(B) 198º 0.54% 0.44% -
XYZ 8.15 9.68 16.48 -
YUV 82.49 144.09 105.54 -
System Red Green Blue C M Y K H S L
Decimal 51 93 111 0.54 0.16 0 0.56 198 0.37 0.32
Hex 33 5D 6F 36 10 0 38 C6 25 20
Octal 63 135 157 66 20 0 70 306 45 40
Binary 110011 1011101 1101111 110110 10000 0 111000 11000110 100101 100000

Color Harmonies of #335D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335D6F

Black with #335D6F

Text Example


Text Example

White with #335D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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