Html Css Color HEX #389CBF Pelorous

📋 copy color: '#389CBF'

red 56 ◦ green 156 ◦ blue 191

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

Shades of Pelorous #389CBF

Tints of Pelorous #389CBF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.71%

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

R = 13.9%
G = 38.71%
B = 47.39%

CMYK

 C value IS 0.71

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#389CBF (or 0x389CBF) is known color: Pelorous. HEX triplet: 38, 9C and BF. RGB value is (56,156,191). Sum of RGB (Red+Green+Blue) = 56+156+191=403 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.90% from 403); Green value is 156 (61.33% from 255 or 38.71% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #389CBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389CBF is #C76340. Grayscale: #818181. Windows color (decimal): -13067073 or 12557368. OLE color: 12557368.

HSL color Cylindrical-coordinate representation of color #389CBF: hue angle of 195.56º 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 #389CBF is Cyan = 0.71, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 56 156 191 -
CMYK 0.71 0.18 0 0.25
HSL 195.56º 0.55% 0.48% -
HSV(B) 195.56º 0.71% 0.75% -
XYZ 22.92 28.38 53.56 -
YUV 130.09 162.37 75.15 -
System Red Green Blue C M Y K H S L
Decimal 56 156 191 0.71 0.18 0 0.25 195.56 0.55 0.48
Hex 38 9C BF 47 12 0 19 C4 37 30
Octal 70 234 277 107 22 0 31 304 67 60
Binary 111000 10011100 10111111 1000111 10010 0 11001 11000100 110111 110000

Color Harmonies of #389CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389CBF

Black with #389CBF

Text Example


Text Example

White with #389CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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