#35444B

Color #35444B Big Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Big Stone #35444B

Tints of Big Stone #35444B

Color information

#35444B (or 0x35444B) is unknown color: approx Big Stone. HEX triplet: 35, 44 and 4B. RGB value is (53,68,75). Sum of RGB (Red+Green+Blue) = 53+68+75=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 75 (29.69% from 255 or 38.27% from 196); Max value from RGB is 75 - color contains mainly: blue. Hex color #35444B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35444B is #CABBB4. Grayscale: #404040. Windows color (decimal): -13286325 or 4932661. OLE color: 4932661.

HSL color Cylindrical-coordinate representation of color #35444B: hue angle of 199.09º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #35444B is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB536875-
CMYK0.290.0900.71
HSL199.09º17.19%25.1%-
HSV(B)199.09º29.33%29.41%-
XYZ4.815.47.45-
YUV64.31134.03119.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.04%
GREEN value IS 68 (26.95% from 255) = 34.69%
BLUE value IS 75 (29.69% from 255) = 38.27%
R=27.04%
G=34.69%
B=38.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5368750.290.0900.71199.0917.1925.1
Hex35444B1D9047c71119
Octal65104113351101073072131
Binary1101011000100100101111101100101000111110001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35444B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35444B; }

 p { color: rgb(53,68,75); }

 H1.HeaderClassName
 {
   color: #35444B;
 }
 .AnyTagClassName
 {
   color: #35444B;
 }
</style>
background-color css

<style>
 a { background-color: #35444B; }

 a { background-color: rgb(53,68,75); }

 div.DivClassName
 {
   background-color: #35444B;
 }
 .BgClassName
 {
   background-color: #35444B;
 }
</style>
border-color css

<style>
 span { border-color: #35444B; }

 span { border-color: rgb(53,68,75); }

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