#38A1B4

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

Shades of Pelorous #38A1B4

Tints of Pelorous #38A1B4

Color information

#38A1B4 (or 0x38A1B4) is unknown color: approx Pelorous. HEX triplet: 38, A1 and B4. RGB value is (56,161,180). Sum of RGB (Red+Green+Blue) = 56+161+180=397 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.11% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 180 (70.70% from 255 or 45.34% from 397); Max value from RGB is 180 - color contains mainly: blue. Hex color #38A1B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A1B4 is #C75E4B. Grayscale: #838383. Windows color (decimal): -13065804 or 11837752. OLE color: 11837752.

HSL color Cylindrical-coordinate representation of color #38A1B4: hue angle of 189.19º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38A1B4 is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB56161180-
CMYK0.690.1100.29
HSL189.19º52.54%46.27%-
HSV(B)189.19º68.89%70.59%-
XYZ22.6129.6347.71-
YUV131.77155.2173.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.11%
GREEN value IS 161 (63.28% from 255) = 40.55%
BLUE value IS 180 (70.70% from 255) = 45.34%
R=14.11%
G=40.55%
B=45.34%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal561611800.690.1100.29189.1952.5446.27
Hex38A1B445B01Dbd352e
Octal70241264105130352756556
Binary11100010100001101101001000101101101110110111101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,161,180); }

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

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

 a { background-color: rgb(56,161,180); }

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

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

 span { border-color: rgb(56,161,180); }

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