Html Css Color HEX #248595 Scooter

📋 copy color: '#248595'

red 36 ◦ green 133 ◦ blue 149

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

Shades of Scooter #248595

Tints of Scooter #248595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 46.86%

R = 11.32%
G = 41.82%
B = 46.86%

CMYK

 C value IS 0.76

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#248595 (or 0x248595) is known color: Scooter. HEX triplet: 24, 85 and 95. RGB value is (36,133,149). Sum of RGB (Red+Green+Blue) = 36+133+149=318 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.32% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 149 - color contains mainly: blue. Hex color #248595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248595 is #DB7A6A. Grayscale: #696969. Windows color (decimal): -14383723 or 9798948. OLE color: 9798948.

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

Color convert

RGB 36 133 149 -
CMYK 0.76 0.11 0 0.42
HSL 188.5º 0.61% 0.36% -
HSV(B) 188.5º 0.76% 0.58% -
XYZ 14.54 19.32 31.4 -
YUV 105.82 152.36 78.2 -
System Red Green Blue C M Y K H S L
Decimal 36 133 149 0.76 0.11 0 0.42 188.5 0.61 0.36
Hex 24 85 95 4C B 0 2A BC 3D 24
Octal 44 205 225 114 13 0 52 274 75 44
Binary 100100 10000101 10010101 1001100 1011 0 101010 10111100 111101 100100

Color Harmonies of #248595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248595

Black with #248595

Text Example


Text Example

White with #248595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248595; }

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

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

background-color css

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

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

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

border-color css

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

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

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