Html Css Color HEX #248296 Scooter

📋 copy color: '#248296'

red 36 ◦ green 130 ◦ blue 150

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

Shades of Scooter #248296

Tints of Scooter #248296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 47.47%

R = 11.39%
G = 41.14%
B = 47.47%

CMYK

 C value IS 0.76

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#248296 (or 0x248296) is known color: Scooter. HEX triplet: 24, 82 and 96. RGB value is (36,130,150). Sum of RGB (Red+Green+Blue) = 36+130+150=316 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.39% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 150 (58.98% from 255 or 47.47% from 316); Max value from RGB is 150 - color contains mainly: blue. Hex color #248296 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248296 is #DB7D69. Grayscale: #686868. Windows color (decimal): -14384490 or 9863716. OLE color: 9863716.

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

Color convert

RGB 36 130 150 -
CMYK 0.76 0.13 0 0.41
HSL 190.53º 0.61% 0.36% -
HSV(B) 190.53º 0.76% 0.59% -
XYZ 14.22 18.54 31.68 -
YUV 104.17 153.86 79.37 -
System Red Green Blue C M Y K H S L
Decimal 36 130 150 0.76 0.13 0 0.41 190.53 0.61 0.36
Hex 24 82 96 4C D 0 29 BF 3D 24
Octal 44 202 226 114 15 0 51 277 75 44
Binary 100100 10000010 10010110 1001100 1101 0 101001 10111111 111101 100100

Color Harmonies of #248296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248296

Black with #248296

Text Example


Text Example

White with #248296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248296; }

 p { color: rgb(36,130,150); }

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

background-color css

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

 a { background-color: rgb(36,130,150); }

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

border-color css

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

 span { border-color: rgb(36,130,150); }

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