Html Css Color HEX #237F99 Scooter

📋 copy color: '#237F99'

red 35 ◦ green 127 ◦ blue 153

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

Shades of Scooter #237F99

Tints of Scooter #237F99

RGB

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

 GREEN value IS 127 (50% from 255) = 40.32%

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

R = 11.11%
G = 40.32%
B = 48.57%

CMYK

 C value IS 0.77

 M value IS 0.17

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#237F99 (or 0x237F99) is known color: Scooter. HEX triplet: 23, 7F and 99. RGB value is (35,127,153). Sum of RGB (Red+Green+Blue) = 35+127+153=315 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.11% from 315); Green value is 127 (50% from 255 or 40.32% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #237F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237F99 is #DC8066. Grayscale: #666666. Windows color (decimal): -14450791 or 10059555. OLE color: 10059555.

HSL color Cylindrical-coordinate representation of color #237F99: hue angle of 193.22º 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 #237F99 is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 35 127 153 -
CMYK 0.77 0.17 0 0.4
HSL 193.22º 0.63% 0.37% -
HSV(B) 193.22º 0.77% 0.6% -
XYZ 14.03 17.84 32.84 -
YUV 102.46 156.52 79.89 -
System Red Green Blue C M Y K H S L
Decimal 35 127 153 0.77 0.17 0 0.4 193.22 0.63 0.37
Hex 23 7F 99 4D 11 0 28 C1 3F 25
Octal 43 177 231 115 21 0 50 301 77 45
Binary 100011 1111111 10011001 1001101 10001 0 101000 11000001 111111 100101

Color Harmonies of #237F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237F99

Black with #237F99

Text Example


Text Example

White with #237F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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