#26607D

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

Shades of Orient #26607D

Tints of Orient #26607D

Color information

#26607D (or 0x26607D) is unknown color: approx Orient. HEX triplet: 26, 60 and 7D. RGB value is (38,96,125). Sum of RGB (Red+Green+Blue) = 38+96+125=259 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.67% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 125 (49.22% from 255 or 48.26% from 259); Max value from RGB is 125 - color contains mainly: blue. Hex color #26607D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26607D is #D99F82. Grayscale: #515151. Windows color (decimal): -14262147 or 8216614. OLE color: 8216614.

HSL color Cylindrical-coordinate representation of color #26607D: hue angle of 200º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #26607D is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3896125-
CMYK0.700.2300.51
HSL200º53.37%31.96%-
HSV(B)200º69.6%49.02%-
XYZ8.6810.2620.92-
YUV81.96152.2896.64-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.67%
GREEN value IS 96 (37.89% from 255) = 37.07%
BLUE value IS 125 (49.22% from 255) = 48.26%
R=14.67%
G=37.07%
B=48.26%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal38961250.700.2300.5120053.3731.96
Hex26607D4617033c83520
Octal46140175106270633106540
Binary10011011000001111101100011010111011001111001000110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26607D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26607D; }

 p { color: rgb(38,96,125); }

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

<style>
 a { background-color: #26607D; }

 a { background-color: rgb(38,96,125); }

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

<style>
 span { border-color: #26607D; }

 span { border-color: rgb(38,96,125); }

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