#268AAC

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

Shades of Pelorous #268AAC

Tints of Pelorous #268AAC

Color information

#268AAC (or 0x268AAC) is unknown color: approx Pelorous. HEX triplet: 26, 8A and AC. RGB value is (38,138,172). Sum of RGB (Red+Green+Blue) = 38+138+172=348 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.92% from 348); Green value is 138 (54.30% from 255 or 39.66% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #268AAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268AAC is #D97553. Grayscale: #6F6F6F. Windows color (decimal): -14251348 or 11307558. OLE color: 11307558.

HSL color Cylindrical-coordinate representation of color #268AAC: hue angle of 195.22º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #268AAC is Cyan = 0.78, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB38138172-
CMYK0.780.2000.33
HSL195.22º63.81%41.18%-
HSV(B)195.22º77.91%67.45%-
XYZ17.3321.5742.28-
YUV111.98161.8775.24-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.92%
GREEN value IS 138 (54.30% from 255) = 39.66%
BLUE value IS 172 (67.58% from 255) = 49.43%
R=10.92%
G=39.66%
B=49.43%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal381381720.780.2000.33195.2263.8141.18
Hex268AAC4E14021c34029
Octal462122541162404130310051
Binary10011010001010101011001001110101000100001110000111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,138,172); }

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

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

 a { background-color: rgb(38,138,172); }

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

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

 span { border-color: rgb(38,138,172); }

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