Html Css Color HEX #237C95 Scooter

📋 copy color: '#237C95'

red 35 ◦ green 124 ◦ blue 149

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

Shades of Scooter #237C95

Tints of Scooter #237C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 48.38%

R = 11.36%
G = 40.26%
B = 48.38%

CMYK

 C value IS 0.77

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#237C95 (or 0x237C95) is known color: Scooter. HEX triplet: 23, 7C and 95. RGB value is (35,124,149). Sum of RGB (Red+Green+Blue) = 35+124+149=308 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.36% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 149 (58.59% from 255 or 48.38% from 308); Max value from RGB is 149 - color contains mainly: blue. Hex color #237C95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237C95 is #DC836A. Grayscale: #646464. Windows color (decimal): -14451563 or 9796643. OLE color: 9796643.

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

Color convert

RGB 35 124 149 -
CMYK 0.77 0.17 0 0.42
HSL 193.16º 0.62% 0.36% -
HSV(B) 193.16º 0.77% 0.58% -
XYZ 13.33 16.94 31 -
YUV 100.24 155.51 81.47 -
System Red Green Blue C M Y K H S L
Decimal 35 124 149 0.77 0.17 0 0.42 193.16 0.62 0.36
Hex 23 7C 95 4D 11 0 2A C1 3E 24
Octal 43 174 225 115 21 0 52 301 76 44
Binary 100011 1111100 10010101 1001101 10001 0 101010 11000001 111110 100100

Color Harmonies of #237C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237C95

Black with #237C95

Text Example


Text Example

White with #237C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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