#268faf

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

Shades of Pelorous #268FAF

Tints of Pelorous #268FAF

Color information

#268FAF (or 0x268FAF) is unknown color: approx Pelorous. HEX triplet: 26, 8F and AF. RGB value is (38,143,175). Sum of RGB (Red+Green+Blue) = 38+143+175=356 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.67% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #268FAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268FAF is #D97050. Grayscale: #737373. Windows color (decimal): -14250065 or 11505446. OLE color: 11505446.

HSL color Cylindrical-coordinate representation of color #268FAF: hue angle of 194.01º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #268FAF is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB38143175-
CMYK0.780.1800.31
HSL194.01º64.32%41.76%-
HSV(B)194.01º78.29%68.63%-
XYZ18.3623.1544.06-
YUV115.25161.7172.9-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.67%
GREEN value IS 143 (56.25% from 255) = 40.17%
BLUE value IS 175 (68.75% from 255) = 49.16%
R=10.67%
G=40.17%
B=49.16%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal381431750.780.1800.31194.0164.3241.76
Hex268FAF4E1201Fc2402a
Octal462172571162203730210052
Binary1001101000111110101111100111010010011111110000101000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268faf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,143,175); }

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

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

 a { background-color: rgb(38,143,175); }

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

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

 span { border-color: rgb(38,143,175); }

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