Html Css Color HEX #389DB3 Pelorous

📋 copy color: '#389DB3'

red 56 ◦ green 157 ◦ blue 179

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

Shades of Pelorous #389DB3

Tints of Pelorous #389DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 45.66%

R = 14.29%
G = 40.05%
B = 45.66%

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

#389DB3 (or 0x389DB3) is known color: Pelorous. HEX triplet: 38, 9D and B3. RGB value is (56,157,179). Sum of RGB (Red+Green+Blue) = 56+157+179=392 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.29% from 392); Green value is 157 (61.72% from 255 or 40.05% from 392); Blue value is 179 (70.31% from 255 or 45.66% from 392); Max value from RGB is 179 - color contains mainly: blue. Hex color #389DB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389DB3 is #C7624C. Grayscale: #818181. Windows color (decimal): -13066829 or 11771192. OLE color: 11771192.

HSL color Cylindrical-coordinate representation of color #389DB3: hue angle of 190.73º 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 #389DB3 is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 56 157 179 -
CMYK 0.69 0.12 0 0.30
HSL 190.73º 0.52% 0.46% -
HSV(B) 190.73º 0.69% 0.7% -
XYZ 21.82 28.21 46.94 -
YUV 129.31 156.04 75.71 -
System Red Green Blue C M Y K H S L
Decimal 56 157 179 0.69 0.12 0 0.30 190.73 0.52 0.46
Hex 38 9D B3 45 C 0 1E BF 34 2E
Octal 70 235 263 105 14 0 36 277 64 56
Binary 111000 10011101 10110011 1000101 1100 0 11110 10111111 110100 101110

Color Harmonies of #389DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389DB3

Black with #389DB3

Text Example


Text Example

White with #389DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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