Html Css Color HEX #248694 Scooter

📋 copy color: '#248694'

red 36 ◦ green 134 ◦ blue 148

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

Shades of Scooter #248694

Tints of Scooter #248694

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.14%

 BLUE value IS 148 (58.2% from 255) = 46.54%

R = 11.32%
G = 42.14%
B = 46.54%

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

#248694 (or 0x248694) is known color: Scooter. HEX triplet: 24, 86 and 94. RGB value is (36,134,148). Sum of RGB (Red+Green+Blue) = 36+134+148=318 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.32% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 148 (58.20% from 255 or 46.54% from 318); Max value from RGB is 148 - color contains mainly: blue. Hex color #248694 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248694 is #DB796B. Grayscale: #6A6A6A. Windows color (decimal): -14383468 or 9733668. OLE color: 9733668.

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

Color convert

RGB 36 134 148 -
CMYK 0.76 0.09 0 0.42
HSL 187.5º 0.61% 0.36% -
HSV(B) 187.5º 0.76% 0.58% -
XYZ 14.6 19.56 31.02 -
YUV 106.29 151.53 77.86 -
System Red Green Blue C M Y K H S L
Decimal 36 134 148 0.76 0.09 0 0.42 187.5 0.61 0.36
Hex 24 86 94 4C 9 0 2A BC 3D 24
Octal 44 206 224 114 11 0 52 274 75 44
Binary 100100 10000110 10010100 1001100 1001 0 101010 10111100 111101 100100

Color Harmonies of #248694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248694

Black with #248694

Text Example


Text Example

White with #248694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248694; }

 p { color: rgb(36,134,148); }

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

background-color css

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

 a { background-color: rgb(36,134,148); }

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

border-color css

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

 span { border-color: rgb(36,134,148); }

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