Html Css Color HEX #265773 Orient

📋 copy color: '#265773'

red 38 ◦ green 87 ◦ blue 115

#265773
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orient #265773

Tints of Orient #265773

RGB

 RED value IS 38 (15.23% from 255) = 15.83%

 GREEN value IS 87 (34.38% from 255) = 36.25%

 BLUE value IS 115 (45.31% from 255) = 47.92%

R = 15.83%
G = 36.25%
B = 47.92%

CMYK

 C value IS 0.67

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#265773 (or 0x265773) is known color: Orient. HEX triplet: 26, 57 and 73. RGB value is (38,87,115). Sum of RGB (Red+Green+Blue) = 38+87+115=240 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.83% from 240); Green value is 87 (34.38% from 255 or 36.25% from 240); Blue value is 115 (45.31% from 255 or 47.92% from 240); Max value from RGB is 115 - color contains mainly: blue. Hex color #265773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265773 is #D9A88C. Grayscale: #4B4B4B. Windows color (decimal): -14264461 or 7558950. OLE color: 7558950.

HSL color Cylindrical-coordinate representation of color #265773: hue angle of 201.82º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #265773 is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 38 87 115 -
CMYK 0.67 0.24 0 0.55
HSL 201.82º 0.5% 0.3% -
HSV(B) 201.82º 0.67% 0.45% -
XYZ 7.3 8.47 17.47 -
YUV 75.54 150.27 101.22 -
System Red Green Blue C M Y K H S L
Decimal 38 87 115 0.67 0.24 0 0.55 201.82 0.5 0.3
Hex 26 57 73 43 18 0 37 CA 32 1E
Octal 46 127 163 103 30 0 67 312 62 36
Binary 100110 1010111 1110011 1000011 11000 0 110111 11001010 110010 11110

Color Harmonies of #265773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265773

Black with #265773

Text Example


Text Example

White with #265773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265773; }

 p { color: rgb(38,87,115); }

 H1.HeaderClassName
 {
   color: #265773;
 }
 .AnyTagClassName
 {
   color: #265773;
 }
</style>

background-color css

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

 a { background-color: rgb(38,87,115); }

 div.DivClassName
 {
   background-color: #265773;
 }
 .BgClassName
 {
   background-color: #265773;
 }
</style>

border-color css

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

 span { border-color: rgb(38,87,115); }

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