Html Css Color HEX #3C9EA5 Scooter

📋 copy color: '#3C9EA5'

red 60 ◦ green 158 ◦ blue 165

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

Shades of Scooter #3C9EA5

Tints of Scooter #3C9EA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 43.08%

R = 15.67%
G = 41.25%
B = 43.08%

CMYK

 C value IS 0.64

 M value IS 0.04

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#3C9EA5 (or 0x3C9EA5) is known color: Scooter. HEX triplet: 3C, 9E and A5. RGB value is (60,158,165). Sum of RGB (Red+Green+Blue) = 60+158+165=383 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.67% from 383); Green value is 158 (62.11% from 255 or 41.25% from 383); Blue value is 165 (64.84% from 255 or 43.08% from 383); Max value from RGB is 165 - color contains mainly: blue. Hex color #3C9EA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C9EA5 is #C3615A. Grayscale: #818181. Windows color (decimal): -12804443 or 10853948. OLE color: 10853948.

HSL color Cylindrical-coordinate representation of color #3C9EA5: hue angle of 184º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3C9EA5 is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 60 158 165 -
CMYK 0.64 0.04 0 0.35
HSL 184º 0.47% 0.44% -
HSV(B) 184º 0.64% 0.65% -
XYZ 20.88 28.13 39.93 -
YUV 129.5 148.03 78.43 -
System Red Green Blue C M Y K H S L
Decimal 60 158 165 0.64 0.04 0 0.35 184 0.47 0.44
Hex 3C 9E A5 40 4 0 23 B8 2F 2C
Octal 74 236 245 100 4 0 43 270 57 54
Binary 111100 10011110 10100101 1000000 100 0 100011 10111000 101111 101100

Color Harmonies of #3C9EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C9EA5

Black with #3C9EA5

Text Example


Text Example

White with #3C9EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,158,165); }

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

background-color css

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

 a { background-color: rgb(60,158,165); }

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

border-color css

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

 span { border-color: rgb(60,158,165); }

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