#38437D

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

Shades of Torea Bay #38437D

Tints of Torea Bay #38437D

Color information

#38437D (or 0x38437D) is unknown color: approx Torea Bay. HEX triplet: 38, 43 and 7D. RGB value is (56,67,125). Sum of RGB (Red+Green+Blue) = 56+67+125=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 125 (49.22% from 255 or 50.40% from 248); Max value from RGB is 125 - color contains mainly: blue. Hex color #38437D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38437D is #C7BC82. Grayscale: #464646. Windows color (decimal): -13089923 or 8209208. OLE color: 8209208.

HSL color Cylindrical-coordinate representation of color #38437D: hue angle of 230.43º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #38437D is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5667125-
CMYK0.550.4600.51
HSL230.43º38.12%35.49%-
HSV(B)230.43º55.2%49.02%-
XYZ7.346.3420.24-
YUV70.32158.86117.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.58%
GREEN value IS 67 (26.56% from 255) = 27.02%
BLUE value IS 125 (49.22% from 255) = 50.40%
R=22.58%
G=27.02%
B=50.40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56671250.550.4600.51230.4338.1235.49
Hex38437D372E033e62623
Octal7010317567560633464643
Binary11100010000111111101110111101110011001111100110100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38437D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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