#36417F

Color #36417F Torea Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torea Bay #36417F

Tints of Torea Bay #36417F

Color information

#36417F (or 0x36417F) is unknown color: approx Torea Bay. HEX triplet: 36, 41 and 7F. RGB value is (54,65,127). Sum of RGB (Red+Green+Blue) = 54+65+127=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 127 (50% from 255 or 51.63% from 246); Max value from RGB is 127 - color contains mainly: blue. Hex color #36417F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36417F is #C9BE80. Grayscale: #444444. Windows color (decimal): -13221505 or 8339766. OLE color: 8339766.

HSL color Cylindrical-coordinate representation of color #36417F: hue angle of 230.96º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #36417F is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5465127-
CMYK0.570.4900.50
HSL230.96º40.33%35.49%-
HSV(B)230.96º57.48%49.8%-
XYZ7.246.120.87-
YUV68.78160.86117.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.95%
GREEN value IS 65 (25.78% from 255) = 26.42%
BLUE value IS 127 (50% from 255) = 51.63%
R=21.95%
G=26.42%
B=51.63%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54651270.570.4900.50230.9640.3335.49
Hex36417F3931032e72823
Octal6610117771610623475043
Binary11011010000011111111111001110001011001011100111101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36417F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36417F; }

 p { color: rgb(54,65,127); }

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

<style>
 a { background-color: #36417F; }

 a { background-color: rgb(54,65,127); }

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

<style>
 span { border-color: #36417F; }

 span { border-color: rgb(54,65,127); }

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