#38407B

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

Shades of Torea Bay #38407B

Tints of Torea Bay #38407B

Color information

#38407B (or 0x38407B) is unknown color: approx Torea Bay. HEX triplet: 38, 40 and 7B. RGB value is (56,64,123). Sum of RGB (Red+Green+Blue) = 56+64+123=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 123 (48.44% from 255 or 50.62% from 243); Max value from RGB is 123 - color contains mainly: blue. Hex color #38407B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38407B is #C7BF84. Grayscale: #444444. Windows color (decimal): -13090693 or 8077368. OLE color: 8077368.

HSL color Cylindrical-coordinate representation of color #38407B: hue angle of 232.84º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #38407B is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5664123-
CMYK0.540.4800.52
HSL232.84º37.43%35.1%-
HSV(B)232.84º54.47%48.24%-
XYZ7.045.9419.51-
YUV68.33158.85119.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.05%
GREEN value IS 64 (25.39% from 255) = 26.34%
BLUE value IS 123 (48.44% from 255) = 50.62%
R=23.05%
G=26.34%
B=50.62%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal56641230.540.4800.52232.8437.4335.1
Hex38407B3630034e92523
Octal7010017366600643514543
Binary11100010000001111011110110110000011010011101001100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38407B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,64,123); }

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

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

 a { background-color: rgb(56,64,123); }

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

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

 span { border-color: rgb(56,64,123); }

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