#364D4B

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

Shades of Blue Dianne #364D4B

Tints of Blue Dianne #364D4B

Color information

#364D4B (or 0x364D4B) is unknown color: approx Blue Dianne. HEX triplet: 36, 4D and 4B. RGB value is (54,77,75). Sum of RGB (Red+Green+Blue) = 54+77+75=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 77 (30.47% from 255 or 37.38% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 77 - color contains mainly: green. Hex color #364D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #364D4B is #C9B2B4. Grayscale: #454545. Windows color (decimal): -13218485 or 4934966. OLE color: 4934966.

HSL color Cylindrical-coordinate representation of color #364D4B: hue angle of 174.78º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #364D4B is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.70.

Color convert

RGB547775-
CMYK0.3000.030.70
HSL174.78º17.56%25.69%-
HSV(B)174.78º29.87%30.2%-
XYZ5.456.67.64-
YUV69.9130.88116.66-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.21%
GREEN value IS 77 (30.47% from 255) = 37.38%
BLUE value IS 75 (29.69% from 255) = 36.41%
R=26.21%
G=37.38%
B=36.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5477750.3000.030.70174.7817.5625.69
Hex364D4B1E0346af121a
Octal6611511336031062572232
Binary11011010011011001011111100111000110101011111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364D4B; }

 p { color: rgb(54,77,75); }

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

<style>
 a { background-color: #364D4B; }

 a { background-color: rgb(54,77,75); }

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

<style>
 span { border-color: #364D4B; }

 span { border-color: rgb(54,77,75); }

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