#389DC5

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

Shades of Pelorous #389DC5

Tints of Pelorous #389DC5

Color information

#389DC5 (or 0x389DC5) is unknown color: approx Pelorous. HEX triplet: 38, 9D and C5. RGB value is (56,157,197). Sum of RGB (Red+Green+Blue) = 56+157+197=410 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.66% from 410); Green value is 157 (61.72% from 255 or 38.29% from 410); Blue value is 197 (77.34% from 255 or 48.05% from 410); Max value from RGB is 197 - color contains mainly: blue. Hex color #389DC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389DC5 is #C7623A. Grayscale: #838383. Windows color (decimal): -13066811 or 12950840. OLE color: 12950840.

HSL color Cylindrical-coordinate representation of color #389DC5: hue angle of 197.02º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #389DC5 is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB56157197-
CMYK0.720.2000.23
HSL197.02º55.73%49.61%-
HSV(B)197.02º71.57%77.25%-
XYZ23.7728.9957.17-
YUV131.36165.0474.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.66%
GREEN value IS 157 (61.72% from 255) = 38.29%
BLUE value IS 197 (77.34% from 255) = 48.05%
R=13.66%
G=38.29%
B=48.05%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal561571970.720.2000.23197.0255.7349.61
Hex389DC54814017c53832
Octal70235305110240273057062
Binary111000100111011100010110010001010001011111000101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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