Html Css Color HEX #389EAA Scooter

📋 copy color: '#389EAA'

red 56 ◦ green 158 ◦ blue 170

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

Shades of Scooter #389EAA

Tints of Scooter #389EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.27%

R = 14.58%
G = 41.15%
B = 44.27%

CMYK

 C value IS 0.67

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#389EAA (or 0x389EAA) is known color: Scooter. HEX triplet: 38, 9E and AA. RGB value is (56,158,170). Sum of RGB (Red+Green+Blue) = 56+158+170=384 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.58% from 384); Green value is 158 (62.11% from 255 or 41.15% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 170 - color contains mainly: blue. Hex color #389EAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389EAA is #C76155. Grayscale: #808080. Windows color (decimal): -13066582 or 11181624. OLE color: 11181624.

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

Color convert

RGB 56 158 170 -
CMYK 0.67 0.07 0 0.33
HSL 186.32º 0.5% 0.44% -
HSV(B) 186.32º 0.67% 0.67% -
XYZ 21.11 28.2 42.36 -
YUV 128.87 151.21 76.02 -
System Red Green Blue C M Y K H S L
Decimal 56 158 170 0.67 0.07 0 0.33 186.32 0.5 0.44
Hex 38 9E AA 43 7 0 21 BA 32 2C
Octal 70 236 252 103 7 0 41 272 62 54
Binary 111000 10011110 10101010 1000011 111 0 100001 10111010 110010 101100

Color Harmonies of #389EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389EAA

Black with #389EAA

Text Example


Text Example

White with #389EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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