Html Css Color HEX #335D70 Blumine

📋 copy color: '#335D70'

red 51 ◦ green 93 ◦ blue 112

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

Shades of Blumine #335D70

Tints of Blumine #335D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 43.75%

R = 19.92%
G = 36.33%
B = 43.75%

CMYK

 C value IS 0.54

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#335D70 (or 0x335D70) is known color: Blumine. HEX triplet: 33, 5D and 70. RGB value is (51,93,112). Sum of RGB (Red+Green+Blue) = 51+93+112=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 93 (36.72% from 255 or 36.33% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 112 - color contains mainly: blue. Hex color #335D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335D70 is #CCA28F. Grayscale: #525252. Windows color (decimal): -13410960 or 7363891. OLE color: 7363891.

HSL color Cylindrical-coordinate representation of color #335D70: hue angle of 198.69º 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 #335D70 is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 93 112 -
CMYK 0.54 0.17 0 0.56
HSL 198.69º 0.37% 0.32% -
HSV(B) 198.69º 0.54% 0.44% -
XYZ 8.2 9.7 16.77 -
YUV 82.61 144.59 105.46 -
System Red Green Blue C M Y K H S L
Decimal 51 93 112 0.54 0.17 0 0.56 198.69 0.37 0.32
Hex 33 5D 70 36 11 0 38 C7 25 20
Octal 63 135 160 66 21 0 70 307 45 40
Binary 110011 1011101 1110000 110110 10001 0 111000 11000111 100101 100000

Color Harmonies of #335D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335D70

Black with #335D70

Text Example


Text Example

White with #335D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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