#38a5ba

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

Shades of Pelorous #38A5BA

Tints of Pelorous #38A5BA

Color information

#38A5BA (or 0x38A5BA) is unknown color: approx Pelorous. HEX triplet: 38, A5 and BA. RGB value is (56,165,186). Sum of RGB (Red+Green+Blue) = 56+165+186=407 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.76% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #38A5BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A5BA is #C75A45. Grayscale: #868686. Windows color (decimal): -13064774 or 12231992. OLE color: 12231992.

HSL color Cylindrical-coordinate representation of color #38A5BA: hue angle of 189.69º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38A5BA is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB56165186-
CMYK0.700.1100.27
HSL189.69º53.72%47.45%-
HSV(B)189.69º69.89%72.94%-
XYZ23.9531.351.23-
YUV134.8156.8971.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.76%
GREEN value IS 165 (64.84% from 255) = 40.54%
BLUE value IS 186 (73.05% from 255) = 45.70%
R=13.76%
G=40.54%
B=45.70%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal561651860.700.1100.27189.6953.7247.45
Hex38A5BA46B01Bbe362f
Octal70245272106130332766657
Binary11100010100101101110101000110101101101110111110110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38a5ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,165,186); }

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

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

 a { background-color: rgb(56,165,186); }

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

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

 span { border-color: rgb(56,165,186); }

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