Html Css Color HEX #238492 Scooter

📋 copy color: '#238492'

red 35 ◦ green 132 ◦ blue 146

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

Shades of Scooter #238492

Tints of Scooter #238492

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.17%

 BLUE value IS 146 (57.42% from 255) = 46.65%

R = 11.18%
G = 42.17%
B = 46.65%

CMYK

 C value IS 0.76

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#238492 (or 0x238492) is known color: Scooter. HEX triplet: 23, 84 and 92. RGB value is (35,132,146). Sum of RGB (Red+Green+Blue) = 35+132+146=313 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.18% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 146 (57.42% from 255 or 46.65% from 313); Max value from RGB is 146 - color contains mainly: blue. Hex color #238492 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238492 is #DC7B6D. Grayscale: #686868. Windows color (decimal): -14449518 or 9602083. OLE color: 9602083.

HSL color Cylindrical-coordinate representation of color #238492: hue angle of 187.57º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #238492 is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 35 132 146 -
CMYK 0.76 0.10 0 0.43
HSL 187.57º 0.61% 0.35% -
HSV(B) 187.57º 0.76% 0.57% -
XYZ 14.13 18.94 30.1 -
YUV 104.59 151.36 78.36 -
System Red Green Blue C M Y K H S L
Decimal 35 132 146 0.76 0.10 0 0.43 187.57 0.61 0.35
Hex 23 84 92 4C A 0 2B BC 3D 23
Octal 43 204 222 114 12 0 53 274 75 43
Binary 100011 10000100 10010010 1001100 1010 0 101011 10111100 111101 100011

Color Harmonies of #238492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238492

Black with #238492

Text Example


Text Example

White with #238492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238492; }

 p { color: rgb(35,132,146); }

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

background-color css

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

 a { background-color: rgb(35,132,146); }

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

border-color css

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

 span { border-color: rgb(35,132,146); }

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