Html Css Color HEX #237C99 Scooter

📋 copy color: '#237C99'

red 35 ◦ green 124 ◦ blue 153

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

Shades of Scooter #237C99

Tints of Scooter #237C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 49.04%

R = 11.22%
G = 39.74%
B = 49.04%

CMYK

 C value IS 0.77

 M value IS 0.19

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#237C99 (or 0x237C99) is known color: Scooter. HEX triplet: 23, 7C and 99. RGB value is (35,124,153). Sum of RGB (Red+Green+Blue) = 35+124+153=312 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.22% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 153 (60.16% from 255 or 49.04% from 312); Max value from RGB is 153 - color contains mainly: blue. Hex color #237C99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237C99 is #DC8366. Grayscale: #646464. Windows color (decimal): -14451559 or 10058787. OLE color: 10058787.

HSL color Cylindrical-coordinate representation of color #237C99: hue angle of 194.75º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #237C99 is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 35 124 153 -
CMYK 0.77 0.19 0 0.4
HSL 194.75º 0.63% 0.37% -
HSV(B) 194.75º 0.77% 0.6% -
XYZ 13.65 17.07 32.71 -
YUV 100.7 157.51 81.14 -
System Red Green Blue C M Y K H S L
Decimal 35 124 153 0.77 0.19 0 0.4 194.75 0.63 0.37
Hex 23 7C 99 4D 13 0 28 C3 3F 25
Octal 43 174 231 115 23 0 50 303 77 45
Binary 100011 1111100 10011001 1001101 10011 0 101000 11000011 111111 100101

Color Harmonies of #237C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237C99

Black with #237C99

Text Example


Text Example

White with #237C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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