Html Css Color HEX #389DBB Pelorous

📋 copy color: '#389DBB'

red 56 ◦ green 157 ◦ blue 187

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

Shades of Pelorous #389DBB

Tints of Pelorous #389DBB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.25%

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

R = 14%
G = 39.25%
B = 46.75%

CMYK

 C value IS 0.70

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#389DBB (or 0x389DBB) is known color: Pelorous. HEX triplet: 38, 9D and BB. RGB value is (56,157,187). Sum of RGB (Red+Green+Blue) = 56+157+187=400 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #389DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389DBB is #C76244. Grayscale: #828282. Windows color (decimal): -13066821 or 12295480. OLE color: 12295480.

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

Color convert

RGB 56 157 187 -
CMYK 0.70 0.16 0 0.27
HSL 193.74º 0.54% 0.48% -
HSV(B) 193.74º 0.7% 0.73% -
XYZ 22.66 28.54 51.33 -
YUV 130.22 160.04 75.06 -
System Red Green Blue C M Y K H S L
Decimal 56 157 187 0.70 0.16 0 0.27 193.74 0.54 0.48
Hex 38 9D BB 46 10 0 1B C2 36 30
Octal 70 235 273 106 20 0 33 302 66 60
Binary 111000 10011101 10111011 1000110 10000 0 11011 11000010 110110 110000

Color Harmonies of #389DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389DBB

Black with #389DBB

Text Example


Text Example

White with #389DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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