#26637A

Color #26637A Orient (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orient #26637A

Tints of Orient #26637A

Color information

#26637A (or 0x26637A) is unknown color: approx Orient. HEX triplet: 26, 63 and 7A. RGB value is (38,99,122). Sum of RGB (Red+Green+Blue) = 38+99+122=259 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.67% from 259); Green value is 99 (39.06% from 255 or 38.22% from 259); Blue value is 122 (48.05% from 255 or 47.10% from 259); Max value from RGB is 122 - color contains mainly: blue. Hex color #26637A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26637A is #D99C85. Grayscale: #535353. Windows color (decimal): -14261382 or 8020774. OLE color: 8020774.

HSL color Cylindrical-coordinate representation of color #26637A: hue angle of 196.43º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #26637A is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3899122-
CMYK0.690.1900.52
HSL196.43º52.5%31.37%-
HSV(B)196.43º68.85%47.84%-
XYZ8.7710.7420.02-
YUV83.38149.7995.63-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.67%
GREEN value IS 99 (39.06% from 255) = 38.22%
BLUE value IS 122 (48.05% from 255) = 47.10%
R=14.67%
G=38.22%
B=47.10%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal38991220.690.1900.52196.4352.531.37
Hex26637A4513034c4341f
Octal46143172105230643046437
Binary1001101100011111101010001011001101101001100010011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26637A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26637A; }

 p { color: rgb(38,99,122); }

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

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

 a { background-color: rgb(38,99,122); }

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

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

 span { border-color: rgb(38,99,122); }

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