Html Css Color HEX #389ABA Pelorous

📋 copy color: '#389ABA'

red 56 ◦ green 154 ◦ blue 186

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

Shades of Pelorous #389ABA

Tints of Pelorous #389ABA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.89%

 BLUE value IS 186 (73.05% from 255) = 46.97%

R = 14.14%
G = 38.89%
B = 46.97%

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

#389ABA (or 0x389ABA) is known color: Pelorous. HEX triplet: 38, 9A and BA. RGB value is (56,154,186). Sum of RGB (Red+Green+Blue) = 56+154+186=396 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.14% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #389ABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389ABA is #C76545. Grayscale: #808080. Windows color (decimal): -13067590 or 12229176. OLE color: 12229176.

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

Color convert

RGB 56 154 186 -
CMYK 0.70 0.17 0 0.27
HSL 194.77º 0.54% 0.47% -
HSV(B) 194.77º 0.7% 0.73% -
XYZ 22.05 27.5 50.6 -
YUV 128.35 160.53 76.4 -
System Red Green Blue C M Y K H S L
Decimal 56 154 186 0.70 0.17 0 0.27 194.77 0.54 0.47
Hex 38 9A BA 46 11 0 1B C3 36 2F
Octal 70 232 272 106 21 0 33 303 66 57
Binary 111000 10011010 10111010 1000110 10001 0 11011 11000011 110110 101111

Color Harmonies of #389ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389ABA

Black with #389ABA

Text Example


Text Example

White with #389ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,154,186); }

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

background-color css

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

 a { background-color: rgb(56,154,186); }

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

border-color css

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

 span { border-color: rgb(56,154,186); }

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