Html Css Color HEX #248597 Scooter

📋 copy color: '#248597'

red 36 ◦ green 133 ◦ blue 151

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

Shades of Scooter #248597

Tints of Scooter #248597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 47.19%

R = 11.25%
G = 41.56%
B = 47.19%

CMYK

 C value IS 0.76

 M value IS 0.12

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#248597 (or 0x248597) is known color: Scooter. HEX triplet: 24, 85 and 97. RGB value is (36,133,151). Sum of RGB (Red+Green+Blue) = 36+133+151=320 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.25% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 151 (59.38% from 255 or 47.19% from 320); Max value from RGB is 151 - color contains mainly: blue. Hex color #248597 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248597 is #DB7A68. Grayscale: #696969. Windows color (decimal): -14383721 or 9930020. OLE color: 9930020.

HSL color Cylindrical-coordinate representation of color #248597: hue angle of 189.39º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #248597 is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 36 133 151 -
CMYK 0.76 0.12 0 0.41
HSL 189.39º 0.61% 0.37% -
HSV(B) 189.39º 0.76% 0.59% -
XYZ 14.7 19.38 32.24 -
YUV 106.05 153.36 78.04 -
System Red Green Blue C M Y K H S L
Decimal 36 133 151 0.76 0.12 0 0.41 189.39 0.61 0.37
Hex 24 85 97 4C C 0 29 BD 3D 25
Octal 44 205 227 114 14 0 51 275 75 45
Binary 100100 10000101 10010111 1001100 1100 0 101001 10111101 111101 100101

Color Harmonies of #248597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248597

Black with #248597

Text Example


Text Example

White with #248597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248597; }

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

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

background-color css

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

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

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

border-color css

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

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

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