Html Css Color HEX #237C96 Scooter

📋 copy color: '#237C96'

red 35 ◦ green 124 ◦ blue 150

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

Shades of Scooter #237C96

Tints of Scooter #237C96

RGB

 RED value IS 35 (14.06% from 255) = 11.33%

 GREEN value IS 124 (48.83% from 255) = 40.13%

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

R = 11.33%
G = 40.13%
B = 48.54%

CMYK

 C value IS 0.77

 M value IS 0.17

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#237C96 (or 0x237C96) is known color: Scooter. HEX triplet: 23, 7C and 96. RGB value is (35,124,150). Sum of RGB (Red+Green+Blue) = 35+124+150=309 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.33% from 309); Green value is 124 (48.83% from 255 or 40.13% from 309); Blue value is 150 (58.98% from 255 or 48.54% from 309); Max value from RGB is 150 - color contains mainly: blue. Hex color #237C96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237C96 is #DC8369. Grayscale: #646464. Windows color (decimal): -14451562 or 9862179. OLE color: 9862179.

HSL color Cylindrical-coordinate representation of color #237C96: hue angle of 193.57º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #237C96 is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 35 124 150 -
CMYK 0.77 0.17 0 0.41
HSL 193.57º 0.62% 0.36% -
HSV(B) 193.57º 0.77% 0.59% -
XYZ 13.41 16.97 31.42 -
YUV 100.35 156.01 81.39 -
System Red Green Blue C M Y K H S L
Decimal 35 124 150 0.77 0.17 0 0.41 193.57 0.62 0.36
Hex 23 7C 96 4D 11 0 29 C2 3E 24
Octal 43 174 226 115 21 0 51 302 76 44
Binary 100011 1111100 10010110 1001101 10001 0 101001 11000010 111110 100100

Color Harmonies of #237C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237C96

Black with #237C96

Text Example


Text Example

White with #237C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237C96; }

 p { color: rgb(35,124,150); }

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

background-color css

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

 a { background-color: rgb(35,124,150); }

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

border-color css

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

 span { border-color: rgb(35,124,150); }

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