Html Css Color HEX #335D75 Blumine

📋 copy color: '#335D75'

red 51 ◦ green 93 ◦ blue 117

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

Shades of Blumine #335D75

Tints of Blumine #335D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 44.83%

R = 19.54%
G = 35.63%
B = 44.83%

CMYK

 C value IS 0.56

 M value IS 0.21

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#335D75 (or 0x335D75) is known color: Blumine. HEX triplet: 33, 5D and 75. RGB value is (51,93,117). Sum of RGB (Red+Green+Blue) = 51+93+117=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 117 - color contains mainly: blue. Hex color #335D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335D75 is #CCA28A. Grayscale: #535353. Windows color (decimal): -13410955 or 7691571. OLE color: 7691571.

HSL color Cylindrical-coordinate representation of color #335D75: hue angle of 201.82º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #335D75 is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 93 117 -
CMYK 0.56 0.21 0 0.54
HSL 201.82º 0.39% 0.33% -
HSV(B) 201.82º 0.56% 0.46% -
XYZ 8.49 9.82 18.28 -
YUV 83.18 147.09 105.05 -
System Red Green Blue C M Y K H S L
Decimal 51 93 117 0.56 0.21 0 0.54 201.82 0.39 0.33
Hex 33 5D 75 38 15 0 36 CA 27 21
Octal 63 135 165 70 25 0 66 312 47 41
Binary 110011 1011101 1110101 111000 10101 0 110110 11001010 100111 100001

Color Harmonies of #335D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335D75

Black with #335D75

Text Example


Text Example

White with #335D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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