#38a9b2

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

Shades of Pelorous #38A9B2

Tints of Pelorous #38A9B2

Color information

#38A9B2 (or 0x38A9B2) is unknown color: approx Pelorous. HEX triplet: 38, A9 and B2. RGB value is (56,169,178). Sum of RGB (Red+Green+Blue) = 56+169+178=403 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.90% from 403); Green value is 169 (66.41% from 255 or 41.94% from 403); Blue value is 178 (69.92% from 255 or 44.17% from 403); Max value from RGB is 178 - color contains mainly: blue. Hex color #38A9B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A9B2 is #C7564D. Grayscale: #888888. Windows color (decimal): -13063758 or 11708728. OLE color: 11708728.

HSL color Cylindrical-coordinate representation of color #38A9B2: hue angle of 184.43º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38A9B2 is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB56169178-
CMYK0.690.0500.30
HSL184.43º52.14%45.88%-
HSV(B)184.43º68.54%69.8%-
XYZ23.8532.4347.12-
YUV136.24151.5670.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.90%
GREEN value IS 169 (66.41% from 255) = 41.94%
BLUE value IS 178 (69.92% from 255) = 44.17%
R=13.90%
G=41.94%
B=44.17%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal561691780.690.0500.30184.4352.1445.88
Hex38A9B245501Eb8342e
Octal7025126210550362706456
Binary1110001010100110110010100010110101111010111000110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38a9b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,169,178); }

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

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

 a { background-color: rgb(56,169,178); }

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

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

 span { border-color: rgb(56,169,178); }

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