Html Css Color HEX #3C93A2 Scooter

📋 copy color: '#3C93A2'

red 60 ◦ green 147 ◦ blue 162

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

Shades of Scooter #3C93A2

Tints of Scooter #3C93A2

RGB

 RED value IS 60 (23.83% from 255) = 16.26%

 GREEN value IS 147 (57.81% from 255) = 39.84%

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

R = 16.26%
G = 39.84%
B = 43.9%

CMYK

 C value IS 0.63

 M value IS 0.09

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#3C93A2 (or 0x3C93A2) is known color: Scooter. HEX triplet: 3C, 93 and A2. RGB value is (60,147,162). Sum of RGB (Red+Green+Blue) = 60+147+162=369 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.26% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 162 (63.67% from 255 or 43.90% from 369); Max value from RGB is 162 - color contains mainly: blue. Hex color #3C93A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C93A2 is #C36C5D. Grayscale: #7A7A7A. Windows color (decimal): -12807262 or 10654524. OLE color: 10654524.

HSL color Cylindrical-coordinate representation of color #3C93A2: hue angle of 188.82º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C93A2 is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 60 147 162 -
CMYK 0.63 0.09 0 0.36
HSL 188.82º 0.46% 0.44% -
HSV(B) 188.82º 0.63% 0.64% -
XYZ 18.82 24.44 37.91 -
YUV 122.7 150.18 83.28 -
System Red Green Blue C M Y K H S L
Decimal 60 147 162 0.63 0.09 0 0.36 188.82 0.46 0.44
Hex 3C 93 A2 3F 9 0 24 BD 2E 2C
Octal 74 223 242 77 11 0 44 275 56 54
Binary 111100 10010011 10100010 111111 1001 0 100100 10111101 101110 101100

Color Harmonies of #3C93A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C93A2

Black with #3C93A2

Text Example


Text Example

White with #3C93A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C93A2; }

 p { color: rgb(60,147,162); }

 H1.HeaderClassName
 {
   color: #3C93A2;
 }
 .AnyTagClassName
 {
   color: #3C93A2;
 }
</style>

background-color css

<style>
 a { background-color: #3C93A2; }

 a { background-color: rgb(60,147,162); }

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

border-color css

<style>
 span { border-color: #3C93A2; }

 span { border-color: rgb(60,147,162); }

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