Html Css Color HEX #335F7F Matisse

📋 copy color: '#335F7F'

red 51 ◦ green 95 ◦ blue 127

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

Shades of Matisse #335F7F

Tints of Matisse #335F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 46.52%

R = 18.68%
G = 34.8%
B = 46.52%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#335F7F (or 0x335F7F) is known color: Matisse. HEX triplet: 33, 5F and 7F. RGB value is (51,95,127). Sum of RGB (Red+Green+Blue) = 51+95+127=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 95 (37.5% from 255 or 34.80% from 273); Blue value is 127 (50% from 255 or 46.52% from 273); Max value from RGB is 127 - color contains mainly: blue. Hex color #335F7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335F7F is #CCA080. Grayscale: #555555. Windows color (decimal): -13410433 or 8347443. OLE color: 8347443.

HSL color Cylindrical-coordinate representation of color #335F7F: hue angle of 205.26º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #335F7F is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 51 95 127 -
CMYK 0.60 0.25 0 0.50
HSL 205.26º 0.43% 0.35% -
HSV(B) 205.26º 0.6% 0.5% -
XYZ 9.29 10.42 21.6 -
YUV 85.49 151.42 103.4 -
System Red Green Blue C M Y K H S L
Decimal 51 95 127 0.60 0.25 0 0.50 205.26 0.43 0.35
Hex 33 5F 7F 3C 19 0 32 CD 2B 23
Octal 63 137 177 74 31 0 62 315 53 43
Binary 110011 1011111 1111111 111100 11001 0 110010 11001101 101011 100011

Color Harmonies of #335F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335F7F

Black with #335F7F

Text Example


Text Example

White with #335F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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