#38A5B9

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

Shades of Pelorous #38A5B9

Tints of Pelorous #38A5B9

Color information

#38A5B9 (or 0x38A5B9) is unknown color: approx Pelorous. HEX triplet: 38, A5 and B9. RGB value is (56,165,185). Sum of RGB (Red+Green+Blue) = 56+165+185=406 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.79% from 406); Green value is 165 (64.84% from 255 or 40.64% from 406); Blue value is 185 (72.66% from 255 or 45.57% from 406); Max value from RGB is 185 - color contains mainly: blue. Hex color #38A5B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A5B9 is #C75A46. Grayscale: #868686. Windows color (decimal): -13064775 or 12166456. OLE color: 12166456.

HSL color Cylindrical-coordinate representation of color #38A5B9: hue angle of 189.3º 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 #38A5B9 is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB56165185-
CMYK0.700.1100.27
HSL189.3º53.53%47.25%-
HSV(B)189.3º69.73%72.55%-
XYZ23.8431.2550.67-
YUV134.69156.3971.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.79%
GREEN value IS 165 (64.84% from 255) = 40.64%
BLUE value IS 185 (72.66% from 255) = 45.57%
R=13.79%
G=40.64%
B=45.57%

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
Decimal561651850.700.1100.27189.353.5347.25
Hex38A5B946B01Bbd362f
Octal70245271106130332756657
Binary11100010100101101110011000110101101101110111101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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