#26627A

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

Shades of Orient #26627A

Tints of Orient #26627A

Color information

#26627A (or 0x26627A) is unknown color: approx Orient. HEX triplet: 26, 62 and 7A. RGB value is (38,98,122). Sum of RGB (Red+Green+Blue) = 38+98+122=258 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.73% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 122 (48.05% from 255 or 47.29% from 258); Max value from RGB is 122 - color contains mainly: blue. Hex color #26627A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26627A is #D99D85. Grayscale: #525252. Windows color (decimal): -14261638 or 8020518. OLE color: 8020518.

HSL color Cylindrical-coordinate representation of color #26627A: hue angle of 197.14º 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 #26627A is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3898122-
CMYK0.690.2000.52
HSL197.14º52.5%31.37%-
HSV(B)197.14º68.85%47.84%-
XYZ8.6810.5519.99-
YUV82.8150.1296.05-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.73%
GREEN value IS 98 (38.67% from 255) = 37.98%
BLUE value IS 122 (48.05% from 255) = 47.29%
R=14.73%
G=37.98%
B=47.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal38981220.690.2000.52197.1452.531.37
Hex26627A4514034c5341f
Octal46142172105240643056437
Binary1001101100010111101010001011010001101001100010111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26627A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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