Html Css Color HEX #389FB4 Pelorous

📋 copy color: '#389FB4'

red 56 ◦ green 159 ◦ blue 180

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

Shades of Pelorous #389FB4

Tints of Pelorous #389FB4

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.25%

 BLUE value IS 180 (70.7% from 255) = 45.57%

R = 14.18%
G = 40.25%
B = 45.57%

CMYK

 C value IS 0.69

 M value IS 0.12

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#389FB4 (or 0x389FB4) is known color: Pelorous. HEX triplet: 38, 9F and B4. RGB value is (56,159,180). Sum of RGB (Red+Green+Blue) = 56+159+180=395 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.18% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 180 (70.70% from 255 or 45.57% from 395); Max value from RGB is 180 - color contains mainly: blue. Hex color #389FB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389FB4 is #C7604B. Grayscale: #828282. Windows color (decimal): -13066316 or 11837240. OLE color: 11837240.

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

Color convert

RGB 56 159 180 -
CMYK 0.69 0.12 0 0.29
HSL 190.16º 0.53% 0.46% -
HSV(B) 190.16º 0.69% 0.71% -
XYZ 22.27 28.93 47.59 -
YUV 130.6 155.88 74.79 -
System Red Green Blue C M Y K H S L
Decimal 56 159 180 0.69 0.12 0 0.29 190.16 0.53 0.46
Hex 38 9F B4 45 C 0 1D BE 35 2E
Octal 70 237 264 105 14 0 35 276 65 56
Binary 111000 10011111 10110100 1000101 1100 0 11101 10111110 110101 101110

Color Harmonies of #389FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389FB4

Black with #389FB4

Text Example


Text Example

White with #389FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,159,180); }

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

background-color css

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

 a { background-color: rgb(56,159,180); }

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

border-color css

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

 span { border-color: rgb(56,159,180); }

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