Html Css Color HEX #258BAA Scooter

📋 copy color: '#258BAA'

red 37 ◦ green 139 ◦ blue 170

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

Shades of Scooter #258BAA

Tints of Scooter #258BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 49.13%

R = 10.69%
G = 40.17%
B = 49.13%

CMYK

 C value IS 0.78

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#258BAA (or 0x258BAA) is known color: Scooter. HEX triplet: 25, 8B and AA. RGB value is (37,139,170). Sum of RGB (Red+Green+Blue) = 37+139+170=346 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.69% from 346); Green value is 139 (54.69% from 255 or 40.17% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #258BAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258BAA is #DA7455. Grayscale: #6F6F6F. Windows color (decimal): -14316630 or 11176741. OLE color: 11176741.

HSL color Cylindrical-coordinate representation of color #258BAA: hue angle of 193.98º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #258BAA is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 139 170 -
CMYK 0.78 0.18 0 0.33
HSL 193.99º 0.64% 0.41% -
HSV(B) 193.99º 0.78% 0.67% -
XYZ 17.25 21.76 41.32 -
YUV 112.04 160.71 74.48 -
System Red Green Blue C M Y K H S L
Decimal 37 139 170 0.78 0.18 0 0.33 193.99 0.64 0.41
Hex 25 8B AA 4E 12 0 21 C2 40 29
Octal 45 213 252 116 22 0 41 302 100 51
Binary 100101 10001011 10101010 1001110 10010 0 100001 11000010 1000000 101001

Color Harmonies of #258BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258BAA

Black with #258BAA

Text Example


Text Example

White with #258BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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