#227B9B

Color #227B9B Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #227B9B

Tints of Scooter #227B9B

Color information

#227B9B (or 0x227B9B) is unknown color: approx Scooter. HEX triplet: 22, 7B and 9B. RGB value is (34,123,155). Sum of RGB (Red+Green+Blue) = 34+123+155=312 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.90% from 312); Green value is 123 (48.44% from 255 or 39.42% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #227B9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227B9B is #DD8464. Grayscale: #636363. Windows color (decimal): -14517349 or 10189602. OLE color: 10189602.

HSL color Cylindrical-coordinate representation of color #227B9B: hue angle of 195.87º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #227B9B is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB34123155-
CMYK0.780.2100.39
HSL195.87º64.02%37.06%-
HSV(B)195.87º78.06%60.78%-
XYZ13.6616.8733.55-
YUV100.04159.0180.9-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.90%
GREEN value IS 123 (48.44% from 255) = 39.42%
BLUE value IS 155 (60.94% from 255) = 49.68%
R=10.90%
G=39.42%
B=49.68%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal341231550.780.2100.39195.8764.0237.06
Hex227B9B4E15027c44025
Octal421732331162504730410045
Binary1000101111011100110111001110101010100111110001001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227B9B; }

 p { color: rgb(34,123,155); }

 H1.HeaderClassName
 {
   color: #227B9B;
 }
 .AnyTagClassName
 {
   color: #227B9B;
 }
</style>
background-color css

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

 a { background-color: rgb(34,123,155); }

 div.DivClassName
 {
   background-color: #227B9B;
 }
 .BgClassName
 {
   background-color: #227B9B;
 }
</style>
border-color css

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

 span { border-color: rgb(34,123,155); }

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