Html Css Color HEX #228799 Scooter

📋 copy color: '#228799'

red 34 ◦ green 135 ◦ blue 153

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

Shades of Scooter #228799

Tints of Scooter #228799

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.93%

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

R = 10.56%
G = 41.93%
B = 47.52%

CMYK

 C value IS 0.78

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#228799 (or 0x228799) is known color: Scooter. HEX triplet: 22, 87 and 99. RGB value is (34,135,153). Sum of RGB (Red+Green+Blue) = 34+135+153=322 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.56% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 153 - color contains mainly: blue. Hex color #228799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228799 is #DD7866. Grayscale: #6A6A6A. Windows color (decimal): -14514279 or 10061602. OLE color: 10061602.

HSL color Cylindrical-coordinate representation of color #228799: hue angle of 189.08º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #228799 is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 34 135 153 -
CMYK 0.78 0.12 0 0.4
HSL 189.08º 0.64% 0.37% -
HSV(B) 189.08º 0.78% 0.6% -
XYZ 15.07 19.97 33.2 -
YUV 106.85 154.04 76.04 -
System Red Green Blue C M Y K H S L
Decimal 34 135 153 0.78 0.12 0 0.4 189.08 0.64 0.37
Hex 22 87 99 4E C 0 28 BD 40 25
Octal 42 207 231 116 14 0 50 275 100 45
Binary 100010 10000111 10011001 1001110 1100 0 101000 10111101 1000000 100101

Color Harmonies of #228799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228799

Black with #228799

Text Example


Text Example

White with #228799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228799; }

 p { color: rgb(34,135,153); }

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

background-color css

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

 a { background-color: rgb(34,135,153); }

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

border-color css

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

 span { border-color: rgb(34,135,153); }

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