#389EBB

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

Shades of Pelorous #389EBB

Tints of Pelorous #389EBB

Color information

#389EBB (or 0x389EBB) is unknown color: approx Pelorous. HEX triplet: 38, 9E and BB. RGB value is (56,158,187). Sum of RGB (Red+Green+Blue) = 56+158+187=401 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.97% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #389EBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389EBB is #C76144. Grayscale: #828282. Windows color (decimal): -13066565 or 12295736. OLE color: 12295736.

HSL color Cylindrical-coordinate representation of color #389EBB: hue angle of 193.28º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #389EBB is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB56158187-
CMYK0.700.1600.27
HSL193.28º53.91%47.65%-
HSV(B)193.28º70.05%73.33%-
XYZ22.8328.8851.39-
YUV130.81159.7174.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.97%
GREEN value IS 158 (62.11% from 255) = 39.40%
BLUE value IS 187 (73.44% from 255) = 46.63%
R=13.97%
G=39.40%
B=46.63%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal561581870.700.1600.27193.2853.9147.65
Hex389EBB461001Bc13630
Octal70236273106200333016660
Binary111000100111101011101110001101000001101111000001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,158,187); }

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

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

 a { background-color: rgb(56,158,187); }

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

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

 span { border-color: rgb(56,158,187); }

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