Html Css Color HEX #389BB8 Pelorous

📋 copy color: '#389BB8'

red 56 ◦ green 155 ◦ blue 184

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

Shades of Pelorous #389BB8

Tints of Pelorous #389BB8

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.24%

 BLUE value IS 184 (72.27% from 255) = 46.58%

R = 14.18%
G = 39.24%
B = 46.58%

CMYK

 C value IS 0.70

 M value IS 0.16

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#389BB8 (or 0x389BB8) is known color: Pelorous. HEX triplet: 38, 9B and B8. RGB value is (56,155,184). Sum of RGB (Red+Green+Blue) = 56+155+184=395 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.18% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 184 (72.27% from 255 or 46.58% from 395); Max value from RGB is 184 - color contains mainly: blue. Hex color #389BB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389BB8 is #C76447. Grayscale: #808080. Windows color (decimal): -13067336 or 12098360. OLE color: 12098360.

HSL color Cylindrical-coordinate representation of color #389BB8: hue angle of 193.59º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #389BB8 is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 56 155 184 -
CMYK 0.70 0.16 0 0.28
HSL 193.59º 0.53% 0.47% -
HSV(B) 193.59º 0.7% 0.72% -
XYZ 22 27.74 49.54 -
YUV 128.71 159.2 76.14 -
System Red Green Blue C M Y K H S L
Decimal 56 155 184 0.70 0.16 0 0.28 193.59 0.53 0.47
Hex 38 9B B8 46 10 0 1C C2 35 2F
Octal 70 233 270 106 20 0 34 302 65 57
Binary 111000 10011011 10111000 1000110 10000 0 11100 11000010 110101 101111

Color Harmonies of #389BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389BB8

Black with #389BB8

Text Example


Text Example

White with #389BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,155,184); }

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

background-color css

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

 a { background-color: rgb(56,155,184); }

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

border-color css

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

 span { border-color: rgb(56,155,184); }

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