Html Css Color HEX #389FBB Pelorous

📋 copy color: '#389FBB'

red 56 ◦ green 159 ◦ blue 187

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

Shades of Pelorous #389FBB

Tints of Pelorous #389FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.52%

R = 13.93%
G = 39.55%
B = 46.52%

CMYK

 C value IS 0.70

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#389FBB (or 0x389FBB) is known color: Pelorous. HEX triplet: 38, 9F and BB. RGB value is (56,159,187). Sum of RGB (Red+Green+Blue) = 56+159+187=402 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.93% from 402); Green value is 159 (62.5% from 255 or 39.55% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 187 - color contains mainly: blue. Hex color #389FBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389FBB is #C76044. Grayscale: #838383. Windows color (decimal): -13066309 or 12295992. OLE color: 12295992.

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

Color convert

RGB 56 159 187 -
CMYK 0.70 0.15 0 0.27
HSL 192.82º 0.54% 0.48% -
HSV(B) 192.82º 0.7% 0.73% -
XYZ 23 29.22 51.44 -
YUV 131.4 159.38 74.22 -
System Red Green Blue C M Y K H S L
Decimal 56 159 187 0.70 0.15 0 0.27 192.82 0.54 0.48
Hex 38 9F BB 46 F 0 1B C1 36 30
Octal 70 237 273 106 17 0 33 301 66 60
Binary 111000 10011111 10111011 1000110 1111 0 11011 11000001 110110 110000

Color Harmonies of #389FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389FBB

Black with #389FBB

Text Example


Text Example

White with #389FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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