Html Css Color HEX #2583A3 Scooter

📋 copy color: '#2583A3'

red 37 ◦ green 131 ◦ blue 163

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

Shades of Scooter #2583A3

Tints of Scooter #2583A3

RGB

 RED value IS 37 (14.84% from 255) = 11.18%

 GREEN value IS 131 (51.56% from 255) = 39.58%

 BLUE value IS 163 (64.06% from 255) = 49.24%

R = 11.18%
G = 39.58%
B = 49.24%

CMYK

 C value IS 0.77

 M value IS 0.20

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#2583A3 (or 0x2583A3) is known color: Scooter. HEX triplet: 25, 83 and A3. RGB value is (37,131,163). Sum of RGB (Red+Green+Blue) = 37+131+163=331 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.18% from 331); Green value is 131 (51.56% from 255 or 39.58% from 331); Blue value is 163 (64.06% from 255 or 49.24% from 331); Max value from RGB is 163 - color contains mainly: blue. Hex color #2583A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2583A3 is #DA7C5C. Grayscale: #6A6A6A. Windows color (decimal): -14318685 or 10715941. OLE color: 10715941.

HSL color Cylindrical-coordinate representation of color #2583A3: hue angle of 195.24º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2583A3 is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 37 131 163 -
CMYK 0.77 0.20 0 0.36
HSL 195.24º 0.63% 0.39% -
HSV(B) 195.24º 0.77% 0.64% -
XYZ 15.49 19.27 37.55 -
YUV 106.54 159.86 78.4 -
System Red Green Blue C M Y K H S L
Decimal 37 131 163 0.77 0.20 0 0.36 195.24 0.63 0.39
Hex 25 83 A3 4D 14 0 24 C3 3F 27
Octal 45 203 243 115 24 0 44 303 77 47
Binary 100101 10000011 10100011 1001101 10100 0 100100 11000011 111111 100111

Color Harmonies of #2583A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2583A3

Black with #2583A3

Text Example


Text Example

White with #2583A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2583A3; }

 p { color: rgb(37,131,163); }

 H1.HeaderClassName
 {
   color: #2583A3;
 }
 .AnyTagClassName
 {
   color: #2583A3;
 }
</style>

background-color css

<style>
 a { background-color: #2583A3; }

 a { background-color: rgb(37,131,163); }

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

border-color css

<style>
 span { border-color: #2583A3; }

 span { border-color: rgb(37,131,163); }

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