#38407A

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

Shades of Torea Bay #38407A

Tints of Torea Bay #38407A

Color information

#38407A (or 0x38407A) is unknown color: approx Torea Bay. HEX triplet: 38, 40 and 7A. RGB value is (56,64,122). Sum of RGB (Red+Green+Blue) = 56+64+122=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 122 (48.05% from 255 or 50.41% from 242); Max value from RGB is 122 - color contains mainly: blue. Hex color #38407A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38407A is #C7BF85. Grayscale: #434343. Windows color (decimal): -13090694 or 8011832. OLE color: 8011832.

HSL color Cylindrical-coordinate representation of color #38407A: hue angle of 232.73º 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 #38407A is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5664122-
CMYK0.540.4800.52
HSL232.73º37.08%34.9%-
HSV(B)232.73º54.1%47.84%-
XYZ6.985.9119.19-
YUV68.22158.35119.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.14%
GREEN value IS 64 (25.39% from 255) = 26.45%
BLUE value IS 122 (48.05% from 255) = 50.41%
R=23.14%
G=26.45%
B=50.41%

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
Decimal56641220.540.4800.52232.7337.0834.9
Hex38407A3630034e92523
Octal7010017266600643514543
Binary11100010000001111010110110110000011010011101001100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38407A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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