Html Css Color HEX #237C94 Scooter

📋 copy color: '#237C94'

red 35 ◦ green 124 ◦ blue 148

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

Shades of Scooter #237C94

Tints of Scooter #237C94

RGB

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

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

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

R = 11.4%
G = 40.39%
B = 48.21%

CMYK

 C value IS 0.76

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#237C94 (or 0x237C94) is known color: Scooter. HEX triplet: 23, 7C and 94. RGB value is (35,124,148). Sum of RGB (Red+Green+Blue) = 35+124+148=307 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.40% from 307); Green value is 124 (48.83% from 255 or 40.39% from 307); Blue value is 148 (58.20% from 255 or 48.21% from 307); Max value from RGB is 148 - color contains mainly: blue. Hex color #237C94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237C94 is #DC836B. Grayscale: #636363. Windows color (decimal): -14451564 or 9731107. OLE color: 9731107.

HSL color Cylindrical-coordinate representation of color #237C94: hue angle of 192.74º degrees, saturation: 0.62, 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 #237C94 is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 35 124 148 -
CMYK 0.76 0.16 0 0.42
HSL 192.74º 0.62% 0.36% -
HSV(B) 192.74º 0.76% 0.58% -
XYZ 13.25 16.91 30.58 -
YUV 100.13 155.01 81.55 -
System Red Green Blue C M Y K H S L
Decimal 35 124 148 0.76 0.16 0 0.42 192.74 0.62 0.36
Hex 23 7C 94 4C 10 0 2A C1 3E 24
Octal 43 174 224 114 20 0 52 301 76 44
Binary 100011 1111100 10010100 1001100 10000 0 101010 11000001 111110 100100

Color Harmonies of #237C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237C94

Black with #237C94

Text Example


Text Example

White with #237C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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