#38A2AF

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

Shades of Pelorous #38A2AF

Tints of Pelorous #38A2AF

Color information

#38A2AF (or 0x38A2AF) is unknown color: approx Pelorous. HEX triplet: 38, A2 and AF. RGB value is (56,162,175). Sum of RGB (Red+Green+Blue) = 56+162+175=393 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.25% from 393); Green value is 162 (63.67% from 255 or 41.22% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #38A2AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A2AF is #C75D50. Grayscale: #838383. Windows color (decimal): -13065553 or 11510328. OLE color: 11510328.

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

Color convert

RGB56162175-
CMYK0.680.0700.31
HSL186.55º51.52%45.29%-
HSV(B)186.55º68%68.63%-
XYZ22.2929.7845.13-
YUV131.79152.3873.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.25%
GREEN value IS 162 (63.67% from 255) = 41.22%
BLUE value IS 175 (68.75% from 255) = 44.53%
R=14.25%
G=41.22%
B=44.53%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal561621750.680.0700.31186.5551.5245.29
Hex38A2AF44701Fbb342d
Octal7024225710470372736455
Binary1110001010001010101111100010011101111110111011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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