Html Css Color HEX #389FA2 Scooter

📋 copy color: '#389FA2'

red 56 ◦ green 159 ◦ blue 162

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

Shades of Scooter #389FA2

Tints of Scooter #389FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 42.97%

R = 14.85%
G = 42.18%
B = 42.97%

CMYK

 C value IS 0.65

 M value IS 0.02

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#389FA2 (or 0x389FA2) is known color: Scooter. HEX triplet: 38, 9F and A2. RGB value is (56,159,162). Sum of RGB (Red+Green+Blue) = 56+159+162=377 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.85% from 377); Green value is 159 (62.5% from 255 or 42.18% from 377); Blue value is 162 (63.67% from 255 or 42.97% from 377); Max value from RGB is 162 - color contains mainly: blue. Hex color #389FA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389FA2 is #C7605D. Grayscale: #808080. Windows color (decimal): -13066334 or 10657592. OLE color: 10657592.

HSL color Cylindrical-coordinate representation of color #389FA2: hue angle of 181.7º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #389FA2 is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 56 159 162 -
CMYK 0.65 0.02 0 0.36
HSL 181.7º 0.49% 0.43% -
HSV(B) 181.7º 0.65% 0.64% -
XYZ 20.55 28.25 38.55 -
YUV 128.55 146.88 76.26 -
System Red Green Blue C M Y K H S L
Decimal 56 159 162 0.65 0.02 0 0.36 181.7 0.49 0.43
Hex 38 9F A2 41 2 0 24 B6 31 2B
Octal 70 237 242 101 2 0 44 266 61 53
Binary 111000 10011111 10100010 1000001 10 0 100100 10110110 110001 101011

Color Harmonies of #389FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389FA2

Black with #389FA2

Text Example


Text Example

White with #389FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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