Html Css Color HEX #389BB2 Pelorous

📋 copy color: '#389BB2'

red 56 ◦ green 155 ◦ blue 178

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

Shades of Pelorous #389BB2

Tints of Pelorous #389BB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 45.76%

R = 14.4%
G = 39.85%
B = 45.76%

CMYK

 C value IS 0.69

 M value IS 0.13

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#389BB2 (or 0x389BB2) is known color: Pelorous. HEX triplet: 38, 9B and B2. RGB value is (56,155,178). Sum of RGB (Red+Green+Blue) = 56+155+178=389 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.40% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 178 (69.92% from 255 or 45.76% from 389); Max value from RGB is 178 - color contains mainly: blue. Hex color #389BB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389BB2 is #C7644D. Grayscale: #7F7F7F. Windows color (decimal): -13067342 or 11705144. OLE color: 11705144.

HSL color Cylindrical-coordinate representation of color #389BB2: hue angle of 191.31º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #389BB2 is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 56 155 178 -
CMYK 0.69 0.13 0 0.30
HSL 191.31º 0.52% 0.46% -
HSV(B) 191.31º 0.69% 0.7% -
XYZ 21.39 27.5 46.3 -
YUV 128.02 156.2 76.63 -
System Red Green Blue C M Y K H S L
Decimal 56 155 178 0.69 0.13 0 0.30 191.31 0.52 0.46
Hex 38 9B B2 45 D 0 1E BF 34 2E
Octal 70 233 262 105 15 0 36 277 64 56
Binary 111000 10011011 10110010 1000101 1101 0 11110 10111111 110100 101110

Color Harmonies of #389BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389BB2

Black with #389BB2

Text Example


Text Example

White with #389BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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