Html Css Color HEX #3785A4 Scooter

📋 copy color: '#3785A4'

red 55 ◦ green 133 ◦ blue 164

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

Shades of Scooter #3785A4

Tints of Scooter #3785A4

RGB

 RED value IS 55 (21.88% from 255) = 15.63%

 GREEN value IS 133 (52.34% from 255) = 37.78%

 BLUE value IS 164 (64.45% from 255) = 46.59%

R = 15.63%
G = 37.78%
B = 46.59%

CMYK

 C value IS 0.66

 M value IS 0.19

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#3785A4 (or 0x3785A4) is known color: Scooter. HEX triplet: 37, 85 and A4. RGB value is (55,133,164). Sum of RGB (Red+Green+Blue) = 55+133+164=352 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.62% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 164 (64.45% from 255 or 46.59% from 352); Max value from RGB is 164 - color contains mainly: blue. Hex color #3785A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3785A4 is #C87A5B. Grayscale: #717171. Windows color (decimal): -13138524 or 10782007. OLE color: 10782007.

HSL color Cylindrical-coordinate representation of color #3785A4: hue angle of 197.06º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3785A4 is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 55 133 164 -
CMYK 0.66 0.19 0 0.36
HSL 197.06º 0.5% 0.43% -
HSV(B) 197.06º 0.66% 0.64% -
XYZ 16.66 20.27 38.16 -
YUV 113.21 156.66 86.48 -
System Red Green Blue C M Y K H S L
Decimal 55 133 164 0.66 0.19 0 0.36 197.06 0.5 0.43
Hex 37 85 A4 42 13 0 24 C5 32 2B
Octal 67 205 244 102 23 0 44 305 62 53
Binary 110111 10000101 10100100 1000010 10011 0 100100 11000101 110010 101011

Color Harmonies of #3785A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3785A4

Black with #3785A4

Text Example


Text Example

White with #3785A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3785A4; }

 p { color: rgb(55,133,164); }

 H1.HeaderClassName
 {
   color: #3785A4;
 }
 .AnyTagClassName
 {
   color: #3785A4;
 }
</style>

background-color css

<style>
 a { background-color: #3785A4; }

 a { background-color: rgb(55,133,164); }

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

border-color css

<style>
 span { border-color: #3785A4; }

 span { border-color: rgb(55,133,164); }

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