Html Css Color HEX #258BA0 Scooter

📋 copy color: '#258BA0'

red 37 ◦ green 139 ◦ blue 160

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

Shades of Scooter #258BA0

Tints of Scooter #258BA0

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.37%

 BLUE value IS 160 (62.89% from 255) = 47.62%

R = 11.01%
G = 41.37%
B = 47.62%

CMYK

 C value IS 0.77

 M value IS 0.13

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#258BA0 (or 0x258BA0) is known color: Scooter. HEX triplet: 25, 8B and A0. RGB value is (37,139,160). Sum of RGB (Red+Green+Blue) = 37+139+160=336 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.01% from 336); Green value is 139 (54.69% from 255 or 41.37% from 336); Blue value is 160 (62.89% from 255 or 47.62% from 336); Max value from RGB is 160 - color contains mainly: blue. Hex color #258BA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258BA0 is #DA745F. Grayscale: #6E6E6E. Windows color (decimal): -14316640 or 10521381. OLE color: 10521381.

HSL color Cylindrical-coordinate representation of color #258BA0: hue angle of 190.24º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #258BA0 is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 37 139 160 -
CMYK 0.77 0.13 0 0.37
HSL 190.24º 0.62% 0.39% -
HSV(B) 190.24º 0.77% 0.63% -
XYZ 16.34 21.4 36.53 -
YUV 110.9 155.71 75.29 -
System Red Green Blue C M Y K H S L
Decimal 37 139 160 0.77 0.13 0 0.37 190.24 0.62 0.39
Hex 25 8B A0 4D D 0 25 BE 3E 27
Octal 45 213 240 115 15 0 45 276 76 47
Binary 100101 10001011 10100000 1001101 1101 0 100101 10111110 111110 100111

Color Harmonies of #258BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258BA0

Black with #258BA0

Text Example


Text Example

White with #258BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258BA0; }

 p { color: rgb(37,139,160); }

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

background-color css

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

 a { background-color: rgb(37,139,160); }

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

border-color css

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

 span { border-color: rgb(37,139,160); }

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