Html Css Color HEX #389ABC Pelorous

📋 copy color: '#389ABC'

red 56 ◦ green 154 ◦ blue 188

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

Shades of Pelorous #389ABC

Tints of Pelorous #389ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.24%

R = 14.07%
G = 38.69%
B = 47.24%

CMYK

 C value IS 0.70

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#389ABC (or 0x389ABC) is known color: Pelorous. HEX triplet: 38, 9A and BC. RGB value is (56,154,188). Sum of RGB (Red+Green+Blue) = 56+154+188=398 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.07% from 398); Green value is 154 (60.55% from 255 or 38.69% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #389ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389ABC is #C76543. Grayscale: #808080. Windows color (decimal): -13067588 or 12360248. OLE color: 12360248.

HSL color Cylindrical-coordinate representation of color #389ABC: hue angle of 195.45º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #389ABC is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 56 154 188 -
CMYK 0.70 0.18 0 0.26
HSL 195.45º 0.54% 0.48% -
HSV(B) 195.45º 0.7% 0.74% -
XYZ 22.26 27.58 51.73 -
YUV 128.57 161.53 76.24 -
System Red Green Blue C M Y K H S L
Decimal 56 154 188 0.70 0.18 0 0.26 195.45 0.54 0.48
Hex 38 9A BC 46 12 0 1A C3 36 30
Octal 70 232 274 106 22 0 32 303 66 60
Binary 111000 10011010 10111100 1000110 10010 0 11010 11000011 110110 110000

Color Harmonies of #389ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389ABC

Black with #389ABC

Text Example


Text Example

White with #389ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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