#38437B

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

Shades of Torea Bay #38437B

Tints of Torea Bay #38437B

Color information

#38437B (or 0x38437B) is unknown color: approx Torea Bay. HEX triplet: 38, 43 and 7B. RGB value is (56,67,123). Sum of RGB (Red+Green+Blue) = 56+67+123=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 123 (48.44% from 255 or 50% from 246); Max value from RGB is 123 - color contains mainly: blue. Hex color #38437B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38437B is #C7BC84. Grayscale: #454545. Windows color (decimal): -13089925 or 8078136. OLE color: 8078136.

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

Color convert

RGB5667123-
CMYK0.540.4600.52
HSL230.15º37.43%35.1%-
HSV(B)230.15º54.47%48.24%-
XYZ7.216.2919.57-
YUV70.1157.86117.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.76%
GREEN value IS 67 (26.56% from 255) = 27.24%
BLUE value IS 123 (48.44% from 255) = 50%
R=22.76%
G=27.24%
B=50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal56671230.540.4600.52230.1537.4335.1
Hex38437B362E034e62523
Octal7010317366560643464543
Binary11100010000111111011110110101110011010011100110100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38437B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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