Html Css Color HEX #228593 Scooter

📋 copy color: '#228593'

red 34 ◦ green 133 ◦ blue 147

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

Shades of Scooter #228593

Tints of Scooter #228593

RGB

 RED value IS 34 (13.67% from 255) = 10.83%

 GREEN value IS 133 (52.34% from 255) = 42.36%

 BLUE value IS 147 (57.81% from 255) = 46.82%

R = 10.83%
G = 42.36%
B = 46.82%

CMYK

 C value IS 0.77

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#228593 (or 0x228593) is known color: Scooter. HEX triplet: 22, 85 and 93. RGB value is (34,133,147). Sum of RGB (Red+Green+Blue) = 34+133+147=314 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.83% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 147 (57.81% from 255 or 46.82% from 314); Max value from RGB is 147 - color contains mainly: blue. Hex color #228593 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228593 is #DD7A6C. Grayscale: #686868. Windows color (decimal): -14514797 or 9667874. OLE color: 9667874.

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

Color convert

RGB 34 133 147 -
CMYK 0.77 0.10 0 0.42
HSL 187.43º 0.62% 0.35% -
HSV(B) 187.43º 0.77% 0.58% -
XYZ 14.31 19.22 30.56 -
YUV 105 151.7 77.36 -
System Red Green Blue C M Y K H S L
Decimal 34 133 147 0.77 0.10 0 0.42 187.43 0.62 0.35
Hex 22 85 93 4D A 0 2A BB 3E 23
Octal 42 205 223 115 12 0 52 273 76 43
Binary 100010 10000101 10010011 1001101 1010 0 101010 10111011 111110 100011

Color Harmonies of #228593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228593

Black with #228593

Text Example


Text Example

White with #228593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228593; }

 p { color: rgb(34,133,147); }

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

background-color css

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

 a { background-color: rgb(34,133,147); }

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

border-color css

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

 span { border-color: rgb(34,133,147); }

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