Html Css Color HEX #335F70 Blumine

📋 copy color: '#335F70'

red 51 ◦ green 95 ◦ blue 112

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

Shades of Blumine #335F70

Tints of Blumine #335F70

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.82%

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

R = 19.77%
G = 36.82%
B = 43.41%

CMYK

 C value IS 0.54

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#335F70 (or 0x335F70) is known color: Blumine. HEX triplet: 33, 5F and 70. RGB value is (51,95,112). Sum of RGB (Red+Green+Blue) = 51+95+112=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 95 (37.5% from 255 or 36.82% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 112 - color contains mainly: blue. Hex color #335F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335F70 is #CCA08F. Grayscale: #535353. Windows color (decimal): -13410448 or 7364403. OLE color: 7364403.

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

Color convert

RGB 51 95 112 -
CMYK 0.54 0.15 0 0.56
HSL 196.72º 0.37% 0.32% -
HSV(B) 196.72º 0.54% 0.44% -
XYZ 8.38 10.06 16.83 -
YUV 83.78 143.92 104.62 -
System Red Green Blue C M Y K H S L
Decimal 51 95 112 0.54 0.15 0 0.56 196.72 0.37 0.32
Hex 33 5F 70 36 F 0 38 C5 25 20
Octal 63 137 160 66 17 0 70 305 45 40
Binary 110011 1011111 1110000 110110 1111 0 111000 11000101 100101 100000

Color Harmonies of #335F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335F70

Black with #335F70

Text Example


Text Example

White with #335F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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