#38A5AB

Color #38A5AB Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #38A5AB

Tints of Pelorous #38A5AB

Color information

#38A5AB (or 0x38A5AB) is unknown color: approx Pelorous. HEX triplet: 38, A5 and AB. RGB value is (56,165,171). Sum of RGB (Red+Green+Blue) = 56+165+171=392 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.29% from 392); Green value is 165 (64.84% from 255 or 42.09% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 171 - color contains mainly: blue. Hex color #38A5AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A5AB is #C75A54. Grayscale: #848484. Windows color (decimal): -13064789 or 11248952. OLE color: 11248952.

HSL color Cylindrical-coordinate representation of color #38A5AB: hue angle of 183.13º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38A5AB is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB56165171-
CMYK0.670.0400.33
HSL183.13º50.66%44.51%-
HSV(B)183.13º67.25%67.06%-
XYZ22.4430.6943.27-
YUV133.09149.3973.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.29%
GREEN value IS 165 (64.84% from 255) = 42.09%
BLUE value IS 171 (67.19% from 255) = 43.62%
R=14.29%
G=42.09%
B=43.62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561651710.670.0400.33183.1350.6644.51
Hex38A5AB434021b7332d
Octal7024525310340412676355
Binary11100010100101101010111000011100010000110110111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38A5AB; }

 p { color: rgb(56,165,171); }

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

<style>
 a { background-color: #38A5AB; }

 a { background-color: rgb(56,165,171); }

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

<style>
 span { border-color: #38A5AB; }

 span { border-color: rgb(56,165,171); }

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