#38A4BA

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

Shades of Pelorous #38A4BA

Tints of Pelorous #38A4BA

Color information

#38A4BA (or 0x38A4BA) is unknown color: approx Pelorous. HEX triplet: 38, A4 and BA. RGB value is (56,164,186). Sum of RGB (Red+Green+Blue) = 56+164+186=406 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.79% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #38A4BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A4BA is #C75B45. Grayscale: #868686. Windows color (decimal): -13065030 or 12231736. OLE color: 12231736.

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

Color convert

RGB56164186-
CMYK0.700.1200.27
HSL190.15º53.72%47.45%-
HSV(B)190.15º69.89%72.94%-
XYZ23.7730.9451.17-
YUV134.22157.2272.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.79%
GREEN value IS 164 (64.45% from 255) = 40.39%
BLUE value IS 186 (73.05% from 255) = 45.81%
R=13.79%
G=40.39%
B=45.81%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal561641860.700.1200.27190.1553.7247.45
Hex38A4BA46C01Bbe362f
Octal70244272106140332766657
Binary11100010100100101110101000110110001101110111110110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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