Html Css Color HEX #248598 Scooter

📋 copy color: '#248598'

red 36 ◦ green 133 ◦ blue 152

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

Shades of Scooter #248598

Tints of Scooter #248598

RGB

 RED value IS 36 (14.45% from 255) = 11.21%

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

 BLUE value IS 152 (59.77% from 255) = 47.35%

R = 11.21%
G = 41.43%
B = 47.35%

CMYK

 C value IS 0.76

 M value IS 0.13

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#248598 (or 0x248598) is known color: Scooter. HEX triplet: 24, 85 and 98. RGB value is (36,133,152). Sum of RGB (Red+Green+Blue) = 36+133+152=321 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.21% from 321); Green value is 133 (52.34% from 255 or 41.43% from 321); Blue value is 152 (59.77% from 255 or 47.35% from 321); Max value from RGB is 152 - color contains mainly: blue. Hex color #248598 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248598 is #DB7A67. Grayscale: #696969. Windows color (decimal): -14383720 or 9995556. OLE color: 9995556.

HSL color Cylindrical-coordinate representation of color #248598: hue angle of 189.83º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #248598 is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 36 133 152 -
CMYK 0.76 0.13 0 0.40
HSL 189.83º 0.62% 0.37% -
HSV(B) 189.83º 0.76% 0.6% -
XYZ 14.78 19.42 32.67 -
YUV 106.16 153.86 77.96 -
System Red Green Blue C M Y K H S L
Decimal 36 133 152 0.76 0.13 0 0.40 189.83 0.62 0.37
Hex 24 85 98 4C D 0 28 BE 3E 25
Octal 44 205 230 114 15 0 50 276 76 45
Binary 100100 10000101 10011000 1001100 1101 0 101000 10111110 111110 100101

Color Harmonies of #248598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248598

Black with #248598

Text Example


Text Example

White with #248598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248598; }

 p { color: rgb(36,133,152); }

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

background-color css

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

 a { background-color: rgb(36,133,152); }

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

border-color css

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

 span { border-color: rgb(36,133,152); }

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