Html Css Color HEX #389EAC Pelorous

📋 copy color: '#389EAC'

red 56 ◦ green 158 ◦ blue 172

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

Shades of Pelorous #389EAC

Tints of Pelorous #389EAC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.93%

 BLUE value IS 172 (67.58% from 255) = 44.56%

R = 14.51%
G = 40.93%
B = 44.56%

CMYK

 C value IS 0.67

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#389EAC (or 0x389EAC) is known color: Pelorous. HEX triplet: 38, 9E and AC. RGB value is (56,158,172). Sum of RGB (Red+Green+Blue) = 56+158+172=386 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.51% from 386); Green value is 158 (62.11% from 255 or 40.93% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #389EAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389EAC is #C76153. Grayscale: #808080. Windows color (decimal): -13066580 or 11312696. OLE color: 11312696.

HSL color Cylindrical-coordinate representation of color #389EAC: hue angle of 187.24º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #389EAC is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 158 172 -
CMYK 0.67 0.08 0 0.33
HSL 187.24º 0.51% 0.45% -
HSV(B) 187.24º 0.67% 0.67% -
XYZ 21.3 28.27 43.36 -
YUV 129.1 152.21 75.86 -
System Red Green Blue C M Y K H S L
Decimal 56 158 172 0.67 0.08 0 0.33 187.24 0.51 0.45
Hex 38 9E AC 43 8 0 21 BB 33 2D
Octal 70 236 254 103 10 0 41 273 63 55
Binary 111000 10011110 10101100 1000011 1000 0 100001 10111011 110011 101101

Color Harmonies of #389EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389EAC

Black with #389EAC

Text Example


Text Example

White with #389EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,158,172); }

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

background-color css

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

 a { background-color: rgb(56,158,172); }

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

border-color css

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

 span { border-color: rgb(56,158,172); }

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