Html Css Color HEX #258294 Scooter

📋 copy color: '#258294'

red 37 ◦ green 130 ◦ blue 148

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

Shades of Scooter #258294

Tints of Scooter #258294

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.27%

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

R = 11.75%
G = 41.27%
B = 46.98%

CMYK

 C value IS 0.75

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#258294 (or 0x258294) is known color: Scooter. HEX triplet: 25, 82 and 94. RGB value is (37,130,148). Sum of RGB (Red+Green+Blue) = 37+130+148=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 148 - color contains mainly: blue. Hex color #258294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258294 is #DA7D6B. Grayscale: #686868. Windows color (decimal): -14318956 or 9732645. OLE color: 9732645.

HSL color Cylindrical-coordinate representation of color #258294: hue angle of 189.73º 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 #258294 is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 130 148 -
CMYK 0.75 0.12 0 0.42
HSL 189.73º 0.6% 0.36% -
HSV(B) 189.73º 0.75% 0.58% -
XYZ 14.09 18.5 30.84 -
YUV 104.25 152.69 80.04 -
System Red Green Blue C M Y K H S L
Decimal 37 130 148 0.75 0.12 0 0.42 189.73 0.6 0.36
Hex 25 82 94 4B C 0 2A BE 3C 24
Octal 45 202 224 113 14 0 52 276 74 44
Binary 100101 10000010 10010100 1001011 1100 0 101010 10111110 111100 100100

Color Harmonies of #258294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258294

Black with #258294

Text Example


Text Example

White with #258294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258294; }

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

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

background-color css

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

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

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

border-color css

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

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

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