Html Css Color HEX #248795 Scooter

📋 copy color: '#248795'

red 36 ◦ green 135 ◦ blue 149

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

Shades of Scooter #248795

Tints of Scooter #248795

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.19%

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

R = 11.25%
G = 42.19%
B = 46.56%

CMYK

 C value IS 0.76

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#248795 (or 0x248795) is known color: Scooter. HEX triplet: 24, 87 and 95. RGB value is (36,135,149). Sum of RGB (Red+Green+Blue) = 36+135+149=320 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.25% from 320); Green value is 135 (53.12% from 255 or 42.19% from 320); Blue value is 149 (58.59% from 255 or 46.56% from 320); Max value from RGB is 149 - color contains mainly: blue. Hex color #248795 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248795 is #DB786A. Grayscale: #6A6A6A. Windows color (decimal): -14383211 or 9799460. OLE color: 9799460.

HSL color Cylindrical-coordinate representation of color #248795: hue angle of 187.43º 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 #248795 is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 36 135 149 -
CMYK 0.76 0.09 0 0.42
HSL 187.43º 0.61% 0.36% -
HSV(B) 187.43º 0.76% 0.58% -
XYZ 14.82 19.87 31.49 -
YUV 107 151.7 77.36 -
System Red Green Blue C M Y K H S L
Decimal 36 135 149 0.76 0.09 0 0.42 187.43 0.61 0.36
Hex 24 87 95 4C 9 0 2A BB 3D 24
Octal 44 207 225 114 11 0 52 273 75 44
Binary 100100 10000111 10010101 1001100 1001 0 101010 10111011 111101 100100

Color Harmonies of #248795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248795

Black with #248795

Text Example


Text Example

White with #248795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248795; }

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

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

background-color css

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

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

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

border-color css

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

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

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