#38427D

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

Shades of Torea Bay #38427D

Tints of Torea Bay #38427D

Color information

#38427D (or 0x38427D) is unknown color: approx Torea Bay. HEX triplet: 38, 42 and 7D. RGB value is (56,66,125). Sum of RGB (Red+Green+Blue) = 56+66+125=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 125 (49.22% from 255 or 50.61% from 247); Max value from RGB is 125 - color contains mainly: blue. Hex color #38427D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38427D is #C7BD82. Grayscale: #454545. Windows color (decimal): -13090179 or 8208952. OLE color: 8208952.

HSL color Cylindrical-coordinate representation of color #38427D: hue angle of 231.3º 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 #38427D is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5666125-
CMYK0.550.4700.51
HSL231.3º38.12%35.49%-
HSV(B)231.3º55.2%49.02%-
XYZ7.286.2220.22-
YUV69.74159.19118.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.67%
GREEN value IS 66 (26.17% from 255) = 26.72%
BLUE value IS 125 (49.22% from 255) = 50.61%
R=22.67%
G=26.72%
B=50.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56661250.550.4700.51231.338.1235.49
Hex38427D372F033e72623
Octal7010217567570633474643
Binary11100010000101111101110111101111011001111100111100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38427D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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