Html Css Color HEX #2383AB Scooter

📋 copy color: '#2383AB'

red 35 ◦ green 131 ◦ blue 171

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

Shades of Scooter #2383AB

Tints of Scooter #2383AB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.87%

 BLUE value IS 171 (67.19% from 255) = 50.74%

R = 10.39%
G = 38.87%
B = 50.74%

CMYK

 C value IS 0.80

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2383AB (or 0x2383AB) is known color: Scooter. HEX triplet: 23, 83 and AB. RGB value is (35,131,171). Sum of RGB (Red+Green+Blue) = 35+131+171=337 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.39% from 337); Green value is 131 (51.56% from 255 or 38.87% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #2383AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2383AB is #DC7C54. Grayscale: #6A6A6A. Windows color (decimal): -14449749 or 11240227. OLE color: 11240227.

HSL color Cylindrical-coordinate representation of color #2383AB: hue angle of 197.65º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2383AB is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 131 171 -
CMYK 0.80 0.23 0 0.33
HSL 197.65º 0.66% 0.4% -
HSV(B) 197.65º 0.8% 0.67% -
XYZ 16.16 19.53 41.45 -
YUV 106.86 164.2 76.75 -
System Red Green Blue C M Y K H S L
Decimal 35 131 171 0.80 0.23 0 0.33 197.65 0.66 0.4
Hex 23 83 AB 50 17 0 21 C6 42 28
Octal 43 203 253 120 27 0 41 306 102 50
Binary 100011 10000011 10101011 1010000 10111 0 100001 11000110 1000010 101000

Color Harmonies of #2383AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2383AB

Black with #2383AB

Text Example


Text Example

White with #2383AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2383AB; }

 p { color: rgb(35,131,171); }

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

background-color css

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

 a { background-color: rgb(35,131,171); }

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

border-color css

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

 span { border-color: rgb(35,131,171); }

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