#38a2bf

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

Shades of Pelorous #38A2BF

Tints of Pelorous #38A2BF

Color information

#38A2BF (or 0x38A2BF) is unknown color: approx Pelorous. HEX triplet: 38, A2 and BF. RGB value is (56,162,191). Sum of RGB (Red+Green+Blue) = 56+162+191=409 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.69% from 409); Green value is 162 (63.67% from 255 or 39.61% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #38A2BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A2BF is #C75D40. Grayscale: #858585. Windows color (decimal): -13065537 or 12558904. OLE color: 12558904.

HSL color Cylindrical-coordinate representation of color #38A2BF: hue angle of 192.89º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38A2BF is Cyan = 0.71, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB56162191-
CMYK0.710.1500.25
HSL192.89º54.66%48.43%-
HSV(B)192.89º70.68%74.9%-
XYZ23.9630.4453.9-
YUV133.61160.3872.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.69%
GREEN value IS 162 (63.67% from 255) = 39.61%
BLUE value IS 191 (75% from 255) = 46.70%
R=13.69%
G=39.61%
B=46.70%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal561621910.710.1500.25192.8954.6648.43
Hex38A2BF47F019c13730
Octal70242277107170313016760
Binary11100010100010101111111000111111101100111000001110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38a2bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,162,191); }

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

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

 a { background-color: rgb(56,162,191); }

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

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

 span { border-color: rgb(56,162,191); }

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