#38A3AF

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

Shades of Pelorous #38A3AF

Tints of Pelorous #38A3AF

Color information

#38A3AF (or 0x38A3AF) is unknown color: approx Pelorous. HEX triplet: 38, A3 and AF. RGB value is (56,163,175). Sum of RGB (Red+Green+Blue) = 56+163+175=394 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.21% from 394); Green value is 163 (64.06% from 255 or 41.37% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 175 - color contains mainly: blue. Hex color #38A3AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A3AF is #C75C50. Grayscale: #848484. Windows color (decimal): -13065297 or 11510584. OLE color: 11510584.

HSL color Cylindrical-coordinate representation of color #38A3AF: hue angle of 186.05º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38A3AF is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB56163175-
CMYK0.680.0700.31
HSL186.05º51.52%45.29%-
HSV(B)186.05º68%68.63%-
XYZ22.4730.1345.19-
YUV132.38152.0573.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.21%
GREEN value IS 163 (64.06% from 255) = 41.37%
BLUE value IS 175 (68.75% from 255) = 44.42%
R=14.21%
G=41.37%
B=44.42%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal561631750.680.0700.31186.0551.5245.29
Hex38A3AF44701Fba342d
Octal7024325710470372726455
Binary1110001010001110101111100010011101111110111010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,163,175); }

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

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

 a { background-color: rgb(56,163,175); }

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

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

 span { border-color: rgb(56,163,175); }

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