#389DAF

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

Shades of Pelorous #389DAF

Tints of Pelorous #389DAF

Color information

#389DAF (or 0x389DAF) is unknown color: approx Pelorous. HEX triplet: 38, 9D and AF. RGB value is (56,157,175). Sum of RGB (Red+Green+Blue) = 56+157+175=388 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.43% from 388); Green value is 157 (61.72% from 255 or 40.46% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #389DAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389DAF is #C76250. Grayscale: #808080. Windows color (decimal): -13066833 or 11509048. OLE color: 11509048.

HSL color Cylindrical-coordinate representation of color #389DAF: hue angle of 189.08º 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 #389DAF is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB56157175-
CMYK0.680.1000.31
HSL189.08º51.52%45.29%-
HSV(B)189.08º68%68.63%-
XYZ21.4328.0544.84-
YUV128.85154.0476.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.43%
GREEN value IS 157 (61.72% from 255) = 40.46%
BLUE value IS 175 (68.75% from 255) = 45.10%
R=14.43%
G=40.46%
B=45.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal561571750.680.1000.31189.0851.5245.29
Hex389DAF44A01Fbd342d
Octal70235257104120372756455
Binary11100010011101101011111000100101001111110111101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389DAF; }

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

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

<style>
 a { background-color: #389DAF; }

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

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

<style>
 span { border-color: #389DAF; }

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

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