#38A2AE

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

Shades of Pelorous #38A2AE

Tints of Pelorous #38A2AE

Color information

#38A2AE (or 0x38A2AE) is unknown color: approx Pelorous. HEX triplet: 38, A2 and AE. RGB value is (56,162,174). Sum of RGB (Red+Green+Blue) = 56+162+174=392 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.29% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 174 (68.36% from 255 or 44.39% from 392); Max value from RGB is 174 - color contains mainly: blue. Hex color #38A2AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A2AE is #C75D51. Grayscale: #838383. Windows color (decimal): -13065554 or 11444792. OLE color: 11444792.

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

Color convert

RGB56162174-
CMYK0.680.0700.32
HSL186.1º51.3%45.1%-
HSV(B)186.1º67.82%68.24%-
XYZ22.1929.7444.61-
YUV131.67151.8874.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.29%
GREEN value IS 162 (63.67% from 255) = 41.33%
BLUE value IS 174 (68.36% from 255) = 44.39%
R=14.29%
G=41.33%
B=44.39%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal561621740.680.0700.32186.151.345.1
Hex38A2AE447020ba332d
Octal7024225610470402726355
Binary11100010100010101011101000100111010000010111010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,162,174); }

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

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

 a { background-color: rgb(56,162,174); }

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

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

 span { border-color: rgb(56,162,174); }

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