Html Css Color HEX #389CBB Pelorous

📋 copy color: '#389CBB'

red 56 ◦ green 156 ◦ blue 187

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

Shades of Pelorous #389CBB

Tints of Pelorous #389CBB

RGB

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

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

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

R = 14.04%
G = 39.1%
B = 46.87%

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

#389CBB (or 0x389CBB) is known color: Pelorous. HEX triplet: 38, 9C and BB. RGB value is (56,156,187). Sum of RGB (Red+Green+Blue) = 56+156+187=399 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.04% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 187 - color contains mainly: blue. Hex color #389CBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389CBB is #C76344. Grayscale: #818181. Windows color (decimal): -13067077 or 12295224. OLE color: 12295224.

HSL color Cylindrical-coordinate representation of color #389CBB: hue angle of 194.2º 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 #389CBB is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 156 187 -
CMYK 0.70 0.17 0 0.27
HSL 194.2º 0.54% 0.48% -
HSV(B) 194.2º 0.7% 0.73% -
XYZ 22.49 28.21 51.27 -
YUV 129.63 160.37 75.48 -
System Red Green Blue C M Y K H S L
Decimal 56 156 187 0.70 0.17 0 0.27 194.2 0.54 0.48
Hex 38 9C BB 46 11 0 1B C2 36 30
Octal 70 234 273 106 21 0 33 302 66 60
Binary 111000 10011100 10111011 1000110 10001 0 11011 11000010 110110 110000

Color Harmonies of #389CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389CBB

Black with #389CBB

Text Example


Text Example

White with #389CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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