#268EA4

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

Shades of Scooter #268EA4

Tints of Scooter #268EA4

Color information

#268EA4 (or 0x268EA4) is unknown color: approx Scooter. HEX triplet: 26, 8E and A4. RGB value is (38,142,164). Sum of RGB (Red+Green+Blue) = 38+142+164=344 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.05% from 344); Green value is 142 (55.86% from 255 or 41.28% from 344); Blue value is 164 (64.45% from 255 or 47.67% from 344); Max value from RGB is 164 - color contains mainly: blue. Hex color #268EA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268EA4 is #D9715B. Grayscale: #717171. Windows color (decimal): -14250332 or 10784294. OLE color: 10784294.

HSL color Cylindrical-coordinate representation of color #268EA4: hue angle of 190.48º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #268EA4 is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB38142164-
CMYK0.770.1300.36
HSL190.48º62.38%39.61%-
HSV(B)190.48º76.83%64.31%-
XYZ17.1722.4438.55-
YUV113.41156.5474.21-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.05%
GREEN value IS 142 (55.86% from 255) = 41.28%
BLUE value IS 164 (64.45% from 255) = 47.67%
R=11.05%
G=41.28%
B=47.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal381421640.770.1300.36190.4862.3839.61
Hex268EA44DD024be3e28
Octal46216244115150442767650
Binary100110100011101010010010011011101010010010111110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268EA4; }

 p { color: rgb(38,142,164); }

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

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

 a { background-color: rgb(38,142,164); }

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

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

 span { border-color: rgb(38,142,164); }

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