#38A5B8

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

Shades of Pelorous #38A5B8

Tints of Pelorous #38A5B8

Color information

#38A5B8 (or 0x38A5B8) is unknown color: approx Pelorous. HEX triplet: 38, A5 and B8. RGB value is (56,165,184). Sum of RGB (Red+Green+Blue) = 56+165+184=405 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.83% from 405); Green value is 165 (64.84% from 255 or 40.74% from 405); Blue value is 184 (72.27% from 255 or 45.43% from 405); Max value from RGB is 184 - color contains mainly: blue. Hex color #38A5B8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A5B8 is #C75A47. Grayscale: #868686. Windows color (decimal): -13064776 or 12100920. OLE color: 12100920.

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

Color convert

RGB56165184-
CMYK0.700.1000.28
HSL188.91º53.33%47.06%-
HSV(B)188.91º69.57%72.16%-
XYZ23.7431.2150.12-
YUV134.57155.8971.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.83%
GREEN value IS 165 (64.84% from 255) = 40.74%
BLUE value IS 184 (72.27% from 255) = 45.43%
R=13.83%
G=40.74%
B=45.43%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal561651840.700.1000.28188.9153.3347.06
Hex38A5B846A01Cbd352f
Octal70245270106120342756557
Binary11100010100101101110001000110101001110010111101110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A5B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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