Html Css Color HEX #3996A7 Scooter

📋 copy color: '#3996A7'

red 57 ◦ green 150 ◦ blue 167

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

Shades of Scooter #3996A7

Tints of Scooter #3996A7

RGB

 RED value IS 57 (22.66% from 255) = 15.24%

 GREEN value IS 150 (58.98% from 255) = 40.11%

 BLUE value IS 167 (65.63% from 255) = 44.65%

R = 15.24%
G = 40.11%
B = 44.65%

CMYK

 C value IS 0.66

 M value IS 0.10

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#3996A7 (or 0x3996A7) is known color: Scooter. HEX triplet: 39, 96 and A7. RGB value is (57,150,167). Sum of RGB (Red+Green+Blue) = 57+150+167=374 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.24% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 167 (65.62% from 255 or 44.65% from 374); Max value from RGB is 167 - color contains mainly: blue. Hex color #3996A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3996A7 is #C66958. Grayscale: #7B7B7B. Windows color (decimal): -13003097 or 10982969. OLE color: 10982969.

HSL color Cylindrical-coordinate representation of color #3996A7: hue angle of 189.27º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3996A7 is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 57 150 167 -
CMYK 0.66 0.10 0 0.35
HSL 189.27º 0.49% 0.44% -
HSV(B) 189.27º 0.66% 0.65% -
XYZ 19.57 25.47 40.44 -
YUV 124.13 152.19 80.12 -
System Red Green Blue C M Y K H S L
Decimal 57 150 167 0.66 0.10 0 0.35 189.27 0.49 0.44
Hex 39 96 A7 42 A 0 23 BD 31 2C
Octal 71 226 247 102 12 0 43 275 61 54
Binary 111001 10010110 10100111 1000010 1010 0 100011 10111101 110001 101100

Color Harmonies of #3996A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3996A7

Black with #3996A7

Text Example


Text Example

White with #3996A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3996A7; }

 p { color: rgb(57,150,167); }

 H1.HeaderClassName
 {
   color: #3996A7;
 }
 .AnyTagClassName
 {
   color: #3996A7;
 }
</style>

background-color css

<style>
 a { background-color: #3996A7; }

 a { background-color: rgb(57,150,167); }

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

border-color css

<style>
 span { border-color: #3996A7; }

 span { border-color: rgb(57,150,167); }

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