Html Css Color HEX #228998 Scooter

📋 copy color: '#228998'

red 34 ◦ green 137 ◦ blue 152

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

Shades of Scooter #228998

Tints of Scooter #228998

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.41%

 BLUE value IS 152 (59.77% from 255) = 47.06%

R = 10.53%
G = 42.41%
B = 47.06%

CMYK

 C value IS 0.78

 M value IS 0.10

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#228998 (or 0x228998) is known color: Scooter. HEX triplet: 22, 89 and 98. RGB value is (34,137,152). Sum of RGB (Red+Green+Blue) = 34+137+152=323 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.53% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 152 (59.77% from 255 or 47.06% from 323); Max value from RGB is 152 - color contains mainly: blue. Hex color #228998 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228998 is #DD7667. Grayscale: #6B6B6B. Windows color (decimal): -14513768 or 9996578. OLE color: 9996578.

HSL color Cylindrical-coordinate representation of color #228998: hue angle of 187.63º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #228998 is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 34 137 152 -
CMYK 0.78 0.10 0 0.40
HSL 187.63º 0.63% 0.36% -
HSV(B) 187.63º 0.78% 0.6% -
XYZ 15.27 20.5 32.86 -
YUV 107.91 152.88 75.28 -
System Red Green Blue C M Y K H S L
Decimal 34 137 152 0.78 0.10 0 0.40 187.63 0.63 0.36
Hex 22 89 98 4E A 0 28 BC 3F 24
Octal 42 211 230 116 12 0 50 274 77 44
Binary 100010 10001001 10011000 1001110 1010 0 101000 10111100 111111 100100

Color Harmonies of #228998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228998

Black with #228998

Text Example


Text Example

White with #228998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228998; }

 p { color: rgb(34,137,152); }

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

background-color css

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

 a { background-color: rgb(34,137,152); }

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

border-color css

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

 span { border-color: rgb(34,137,152); }

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