#38427C

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

Shades of Torea Bay #38427C

Tints of Torea Bay #38427C

Color information

#38427C (or 0x38427C) is unknown color: approx Torea Bay. HEX triplet: 38, 42 and 7C. RGB value is (56,66,124). Sum of RGB (Red+Green+Blue) = 56+66+124=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 124 (48.83% from 255 or 50.41% from 246); Max value from RGB is 124 - color contains mainly: blue. Hex color #38427C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38427C is #C7BD83. Grayscale: #454545. Windows color (decimal): -13090180 or 8143416. OLE color: 8143416.

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

Color convert

RGB5666124-
CMYK0.550.4700.51
HSL231.18º37.78%35.29%-
HSV(B)231.18º54.84%48.63%-
XYZ7.226.1919.88-
YUV69.62158.69118.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.76%
GREEN value IS 66 (26.17% from 255) = 26.83%
BLUE value IS 124 (48.83% from 255) = 50.41%
R=22.76%
G=26.83%
B=50.41%

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
Decimal56661240.550.4700.51231.1837.7835.29
Hex38427C372F033e72623
Octal7010217467570633474643
Binary11100010000101111100110111101111011001111100111100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38427C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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