#38A0B7

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

Shades of Pelorous #38A0B7

Tints of Pelorous #38A0B7

Color information

#38A0B7 (or 0x38A0B7) is unknown color: approx Pelorous. HEX triplet: 38, A0 and B7. RGB value is (56,160,183). Sum of RGB (Red+Green+Blue) = 56+160+183=399 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.04% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 183 (71.88% from 255 or 45.86% from 399); Max value from RGB is 183 - color contains mainly: blue. Hex color #38A0B7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A0B7 is #C75F48. Grayscale: #838383. Windows color (decimal): -13066057 or 12034104. OLE color: 12034104.

HSL color Cylindrical-coordinate representation of color #38A0B7: hue angle of 190.87º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38A0B7 is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB56160183-
CMYK0.690.1300.28
HSL190.87º53.14%46.86%-
HSV(B)190.87º69.4%71.76%-
XYZ22.7529.449.28-
YUV131.53157.0474.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.04%
GREEN value IS 160 (62.89% from 255) = 40.10%
BLUE value IS 183 (71.88% from 255) = 45.86%
R=14.04%
G=40.10%
B=45.86%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal561601830.690.1300.28190.8753.1446.86
Hex38A0B745D01Cbf352f
Octal70240267105150342776557
Binary11100010100000101101111000101110101110010111111110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A0B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,160,183); }

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

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

 a { background-color: rgb(56,160,183); }

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

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

 span { border-color: rgb(56,160,183); }

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