Html Css Color HEX #228393 Scooter

📋 copy color: '#228393'

red 34 ◦ green 131 ◦ blue 147

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

Shades of Scooter #228393

Tints of Scooter #228393

RGB

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

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

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

R = 10.9%
G = 41.99%
B = 47.12%

CMYK

 C value IS 0.77

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#228393 (or 0x228393) is known color: Scooter. HEX triplet: 22, 83 and 93. RGB value is (34,131,147). Sum of RGB (Red+Green+Blue) = 34+131+147=312 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.90% from 312); Green value is 131 (51.56% from 255 or 41.99% from 312); Blue value is 147 (57.81% from 255 or 47.12% from 312); Max value from RGB is 147 - color contains mainly: blue. Hex color #228393 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228393 is #DD7C6C. Grayscale: #676767. Windows color (decimal): -14515309 or 9667362. OLE color: 9667362.

HSL color Cylindrical-coordinate representation of color #228393: hue angle of 188.5º 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 #228393 is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 34 131 147 -
CMYK 0.77 0.11 0 0.42
HSL 188.5º 0.62% 0.35% -
HSV(B) 188.5º 0.77% 0.58% -
XYZ 14.04 18.68 30.47 -
YUV 103.82 152.36 78.2 -
System Red Green Blue C M Y K H S L
Decimal 34 131 147 0.77 0.11 0 0.42 188.5 0.62 0.35
Hex 22 83 93 4D B 0 2A BC 3E 23
Octal 42 203 223 115 13 0 52 274 76 43
Binary 100010 10000011 10010011 1001101 1011 0 101010 10111100 111110 100011

Color Harmonies of #228393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228393

Black with #228393

Text Example


Text Example

White with #228393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228393; }

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

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

background-color css

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

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

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

border-color css

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

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

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