Html Css Color HEX #258594 Scooter

📋 copy color: '#258594'

red 37 ◦ green 133 ◦ blue 148

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

Shades of Scooter #258594

Tints of Scooter #258594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 46.54%

R = 11.64%
G = 41.82%
B = 46.54%

CMYK

 C value IS 0.75

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#258594 (or 0x258594) is known color: Scooter. HEX triplet: 25, 85 and 94. RGB value is (37,133,148). Sum of RGB (Red+Green+Blue) = 37+133+148=318 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.64% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 148 (58.20% from 255 or 46.54% from 318); Max value from RGB is 148 - color contains mainly: blue. Hex color #258594 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258594 is #DA7A6B. Grayscale: #696969. Windows color (decimal): -14318188 or 9733413. OLE color: 9733413.

HSL color Cylindrical-coordinate representation of color #258594: hue angle of 188.11º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #258594 is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 133 148 -
CMYK 0.75 0.10 0 0.42
HSL 188.11º 0.6% 0.36% -
HSV(B) 188.11º 0.75% 0.58% -
XYZ 14.5 19.31 30.98 -
YUV 106.01 151.7 78.78 -
System Red Green Blue C M Y K H S L
Decimal 37 133 148 0.75 0.10 0 0.42 188.11 0.6 0.36
Hex 25 85 94 4B A 0 2A BC 3C 24
Octal 45 205 224 113 12 0 52 274 74 44
Binary 100101 10000101 10010100 1001011 1010 0 101010 10111100 111100 100100

Color Harmonies of #258594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258594

Black with #258594

Text Example


Text Example

White with #258594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258594; }

 p { color: rgb(37,133,148); }

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

background-color css

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

 a { background-color: rgb(37,133,148); }

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

border-color css

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

 span { border-color: rgb(37,133,148); }

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