Html Css Color HEX #389BBA Pelorous

📋 copy color: '#389BBA'

red 56 ◦ green 155 ◦ blue 186

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

Shades of Pelorous #389BBA

Tints of Pelorous #389BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.85%

R = 14.11%
G = 39.04%
B = 46.85%

CMYK

 C value IS 0.70

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#389BBA (or 0x389BBA) is known color: Pelorous. HEX triplet: 38, 9B and BA. RGB value is (56,155,186). Sum of RGB (Red+Green+Blue) = 56+155+186=397 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.11% from 397); Green value is 155 (60.94% from 255 or 39.04% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #389BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389BBA is #C76445. Grayscale: #808080. Windows color (decimal): -13067334 or 12229432. OLE color: 12229432.

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

Color convert

RGB 56 155 186 -
CMYK 0.70 0.17 0 0.27
HSL 194.31º 0.54% 0.47% -
HSV(B) 194.31º 0.7% 0.73% -
XYZ 22.22 27.83 50.65 -
YUV 128.93 160.2 75.98 -
System Red Green Blue C M Y K H S L
Decimal 56 155 186 0.70 0.17 0 0.27 194.31 0.54 0.47
Hex 38 9B BA 46 11 0 1B C2 36 2F
Octal 70 233 272 106 21 0 33 302 66 57
Binary 111000 10011011 10111010 1000110 10001 0 11011 11000010 110110 101111

Color Harmonies of #389BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389BBA

Black with #389BBA

Text Example


Text Example

White with #389BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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