Html Css Color HEX #389FB2 Pelorous

📋 copy color: '#389FB2'

red 56 ◦ green 159 ◦ blue 178

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

Shades of Pelorous #389FB2

Tints of Pelorous #389FB2

RGB

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

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

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

R = 14.25%
G = 40.46%
B = 45.29%

CMYK

 C value IS 0.69

 M value IS 0.11

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#389FB2 (or 0x389FB2) is known color: Pelorous. HEX triplet: 38, 9F and B2. RGB value is (56,159,178). Sum of RGB (Red+Green+Blue) = 56+159+178=393 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.25% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 178 (69.92% from 255 or 45.29% from 393); Max value from RGB is 178 - color contains mainly: blue. Hex color #389FB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389FB2 is #C7604D. Grayscale: #828282. Windows color (decimal): -13066318 or 11706168. OLE color: 11706168.

HSL color Cylindrical-coordinate representation of color #389FB2: hue angle of 189.34º 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 #389FB2 is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 56 159 178 -
CMYK 0.69 0.11 0 0.30
HSL 189.34º 0.52% 0.46% -
HSV(B) 189.34º 0.69% 0.7% -
XYZ 22.06 28.85 46.53 -
YUV 130.37 154.88 74.96 -
System Red Green Blue C M Y K H S L
Decimal 56 159 178 0.69 0.11 0 0.30 189.34 0.52 0.46
Hex 38 9F B2 45 B 0 1E BD 34 2E
Octal 70 237 262 105 13 0 36 275 64 56
Binary 111000 10011111 10110010 1000101 1011 0 11110 10111101 110100 101110

Color Harmonies of #389FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389FB2

Black with #389FB2

Text Example


Text Example

White with #389FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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