Html Css Color HEX #335E70 Blumine

📋 copy color: '#335E70'

red 51 ◦ green 94 ◦ blue 112

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

Shades of Blumine #335E70

Tints of Blumine #335E70

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.58%

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

R = 19.84%
G = 36.58%
B = 43.58%

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

#335E70 (or 0x335E70) is known color: Blumine. HEX triplet: 33, 5E and 70. RGB value is (51,94,112). Sum of RGB (Red+Green+Blue) = 51+94+112=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 94 (37.11% from 255 or 36.58% from 257); Blue value is 112 (44.14% from 255 or 43.58% from 257); Max value from RGB is 112 - color contains mainly: blue. Hex color #335E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335E70 is #CCA18F. Grayscale: #535353. Windows color (decimal): -13410704 or 7364147. OLE color: 7364147.

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

Color convert

RGB 51 94 112 -
CMYK 0.54 0.16 0 0.56
HSL 197.7º 0.37% 0.32% -
HSV(B) 197.7º 0.54% 0.44% -
XYZ 8.29 9.88 16.8 -
YUV 83.2 144.25 105.04 -
System Red Green Blue C M Y K H S L
Decimal 51 94 112 0.54 0.16 0 0.56 197.7 0.37 0.32
Hex 33 5E 70 36 10 0 38 C6 25 20
Octal 63 136 160 66 20 0 70 306 45 40
Binary 110011 1011110 1110000 110110 10000 0 111000 11000110 100101 100000

Color Harmonies of #335E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335E70

Black with #335E70

Text Example


Text Example

White with #335E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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