Html Css Color HEX #389BBF Pelorous

📋 copy color: '#389BBF'

red 56 ◦ green 155 ◦ blue 191

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

Shades of Pelorous #389BBF

Tints of Pelorous #389BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.51%

R = 13.93%
G = 38.56%
B = 47.51%

CMYK

 C value IS 0.71

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#389BBF (or 0x389BBF) is known color: Pelorous. HEX triplet: 38, 9B and BF. RGB value is (56,155,191). Sum of RGB (Red+Green+Blue) = 56+155+191=402 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.93% from 402); Green value is 155 (60.94% from 255 or 38.56% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 191 - color contains mainly: blue. Hex color #389BBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389BBF is #C76440. Grayscale: #818181. Windows color (decimal): -13067329 or 12557112. OLE color: 12557112.

HSL color Cylindrical-coordinate representation of color #389BBF: hue angle of 196º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #389BBF is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 56 155 191 -
CMYK 0.71 0.19 0 0.25
HSL 196º 0.55% 0.48% -
HSV(B) 196º 0.71% 0.75% -
XYZ 22.76 28.05 53.5 -
YUV 129.5 162.7 75.57 -
System Red Green Blue C M Y K H S L
Decimal 56 155 191 0.71 0.19 0 0.25 196 0.55 0.48
Hex 38 9B BF 47 13 0 19 C4 37 30
Octal 70 233 277 107 23 0 31 304 67 60
Binary 111000 10011011 10111111 1000111 10011 0 11001 11000100 110111 110000

Color Harmonies of #389BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389BBF

Black with #389BBF

Text Example


Text Example

White with #389BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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