#26637B

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

Shades of Orient #26637B

Tints of Orient #26637B

Color information

#26637B (or 0x26637B) is unknown color: approx Orient. HEX triplet: 26, 63 and 7B. RGB value is (38,99,123). Sum of RGB (Red+Green+Blue) = 38+99+123=260 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.62% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 123 (48.44% from 255 or 47.31% from 260); Max value from RGB is 123 - color contains mainly: blue. Hex color #26637B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26637B is #D99C84. Grayscale: #535353. Windows color (decimal): -14261381 or 8086310. OLE color: 8086310.

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

Color convert

RGB3899123-
CMYK0.690.2000.52
HSL196.94º52.8%31.57%-
HSV(B)196.94º69.11%48.24%-
XYZ8.8410.7720.35-
YUV83.5150.2995.55-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.62%
GREEN value IS 99 (39.06% from 255) = 38.08%
BLUE value IS 123 (48.44% from 255) = 47.31%
R=14.62%
G=38.08%
B=47.31%

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
Decimal38991230.690.2000.52196.9452.831.57
Hex26637B4514034c53520
Octal46143173105240643056540
Binary10011011000111111011100010110100011010011000101110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26637B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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