Html Css Color HEX #389DB2 Pelorous

📋 copy color: '#389DB2'

red 56 ◦ green 157 ◦ blue 178

#389DB2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #389DB2

Tints of Pelorous #389DB2

RGB

 RED value IS 56 (22.27% from 255) = 14.32%

 GREEN value IS 157 (61.72% from 255) = 40.15%

 BLUE value IS 178 (69.92% from 255) = 45.52%

R = 14.32%
G = 40.15%
B = 45.52%

CMYK

 C value IS 0.69

 M value IS 0.12

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#389DB2 (or 0x389DB2) is known color: Pelorous. HEX triplet: 38, 9D and B2. RGB value is (56,157,178). Sum of RGB (Red+Green+Blue) = 56+157+178=391 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.32% from 391); Green value is 157 (61.72% from 255 or 40.15% from 391); Blue value is 178 (69.92% from 255 or 45.52% from 391); Max value from RGB is 178 - color contains mainly: blue. Hex color #389DB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389DB2 is #C7624D. Grayscale: #818181. Windows color (decimal): -13066830 or 11705656. OLE color: 11705656.

HSL color Cylindrical-coordinate representation of color #389DB2: hue angle of 190.33º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #389DB2 is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 56 157 178 -
CMYK 0.69 0.12 0 0.30
HSL 190.33º 0.52% 0.46% -
HSV(B) 190.33º 0.69% 0.7% -
XYZ 21.72 28.17 46.41 -
YUV 129.2 155.54 75.79 -
System Red Green Blue C M Y K H S L
Decimal 56 157 178 0.69 0.12 0 0.30 190.33 0.52 0.46
Hex 38 9D B2 45 C 0 1E BE 34 2E
Octal 70 235 262 105 14 0 36 276 64 56
Binary 111000 10011101 10110010 1000101 1100 0 11110 10111110 110100 101110

Color Harmonies of #389DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389DB2

Black with #389DB2

Text Example


Text Example

White with #389DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #389DB2;
 }
 .AnyTagClassName
 {
   color: #389DB2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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