#265C70

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

Shades of Orient #265C70

Tints of Orient #265C70

Color information

#265C70 (or 0x265C70) is unknown color: approx Orient. HEX triplet: 26, 5C and 70. RGB value is (38,92,112). Sum of RGB (Red+Green+Blue) = 38+92+112=242 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.70% from 242); Green value is 92 (36.33% from 255 or 38.02% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 112 - color contains mainly: blue. Hex color #265C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265C70 is #D9A38F. Grayscale: #4E4E4E. Windows color (decimal): -14263184 or 7363622. OLE color: 7363622.

HSL color Cylindrical-coordinate representation of color #265C70: hue angle of 196.22º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #265C70 is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3892112-
CMYK0.660.1800.56
HSL196.22º49.33%29.41%-
HSV(B)196.22º66.07%43.92%-
XYZ7.559.2416.71-
YUV78.13147.1199.37-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.70%
GREEN value IS 92 (36.33% from 255) = 38.02%
BLUE value IS 112 (44.14% from 255) = 46.28%
R=15.70%
G=38.02%
B=46.28%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38921120.660.1800.56196.2249.3329.41
Hex265C704212038c4311d
Octal46134160102220703046135
Binary1001101011100111000010000101001001110001100010011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265C70; }

 p { color: rgb(38,92,112); }

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

<style>
 a { background-color: #265C70; }

 a { background-color: rgb(38,92,112); }

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

<style>
 span { border-color: #265C70; }

 span { border-color: rgb(38,92,112); }

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