#35514B

Color #35514B Blue Dianne (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Dianne #35514B

Tints of Blue Dianne #35514B

Color information

#35514B (or 0x35514B) is unknown color: approx Blue Dianne. HEX triplet: 35, 51 and 4B. RGB value is (53,81,75). Sum of RGB (Red+Green+Blue) = 53+81+75=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 81 (32.03% from 255 or 38.76% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 81 - color contains mainly: green. Hex color #35514B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35514B is #CAAEB4. Grayscale: #474747. Windows color (decimal): -13282997 or 4935989. OLE color: 4935989.

HSL color Cylindrical-coordinate representation of color #35514B: hue angle of 167.14º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #35514B is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB538175-
CMYK0.3500.070.68
HSL167.14º20.9%26.27%-
HSV(B)167.14º34.57%31.76%-
XYZ5.687.157.74-
YUV71.94129.72114.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.36%
GREEN value IS 81 (32.03% from 255) = 38.76%
BLUE value IS 75 (29.69% from 255) = 35.89%
R=25.36%
G=38.76%
B=35.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5381750.3500.070.68167.1420.926.27
Hex35514B230744a7151a
Octal6512111343071042472532
Binary1101011010001100101110001101111000100101001111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35514B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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