Html Css Color HEX #248394 Scooter

📋 copy color: '#248394'

red 36 ◦ green 131 ◦ blue 148

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

Shades of Scooter #248394

Tints of Scooter #248394

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.59%

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

R = 11.43%
G = 41.59%
B = 46.98%

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

#248394 (or 0x248394) is known color: Scooter. HEX triplet: 24, 83 and 94. RGB value is (36,131,148). Sum of RGB (Red+Green+Blue) = 36+131+148=315 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.43% from 315); Green value is 131 (51.56% from 255 or 41.59% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 148 - color contains mainly: blue. Hex color #248394 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248394 is #DB7C6B. Grayscale: #686868. Windows color (decimal): -14384236 or 9732900. OLE color: 9732900.

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

Color convert

RGB 36 131 148 -
CMYK 0.76 0.11 0 0.42
HSL 189.11º 0.61% 0.36% -
HSV(B) 189.11º 0.76% 0.58% -
XYZ 14.19 18.75 30.89 -
YUV 104.53 152.53 79.12 -
System Red Green Blue C M Y K H S L
Decimal 36 131 148 0.76 0.11 0 0.42 189.11 0.61 0.36
Hex 24 83 94 4C B 0 2A BD 3D 24
Octal 44 203 224 114 13 0 52 275 75 44
Binary 100100 10000011 10010100 1001100 1011 0 101010 10111101 111101 100100

Color Harmonies of #248394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248394

Black with #248394

Text Example


Text Example

White with #248394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248394; }

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

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

background-color css

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

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

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

border-color css

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

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

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