Html Css Color HEX #265E76 Orient

📋 copy color: '#265E76'

red 38 ◦ green 94 ◦ blue 118

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

Shades of Orient #265E76

Tints of Orient #265E76

RGB

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

 GREEN value IS 94 (37.11% from 255) = 37.6%

 BLUE value IS 118 (46.48% from 255) = 47.2%

R = 15.2%
G = 37.6%
B = 47.2%

CMYK

 C value IS 0.68

 M value IS 0.20

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#265E76 (or 0x265E76) is known color: Orient. HEX triplet: 26, 5E and 76. RGB value is (38,94,118). Sum of RGB (Red+Green+Blue) = 38+94+118=250 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.2% from 250); Green value is 94 (37.11% from 255 or 37.6% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #265E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265E76 is #D9A189. Grayscale: #4F4F4F. Windows color (decimal): -14262666 or 7757350. OLE color: 7757350.

HSL color Cylindrical-coordinate representation of color #265E76: hue angle of 198º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #265E76 is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 38 94 118 -
CMYK 0.68 0.20 0 0.54
HSL 198º 0.51% 0.31% -
HSV(B) 198º 0.68% 0.46% -
XYZ 8.07 9.73 18.59 -
YUV 79.99 149.45 98.05 -
System Red Green Blue C M Y K H S L
Decimal 38 94 118 0.68 0.20 0 0.54 198 0.51 0.31
Hex 26 5E 76 44 14 0 36 C6 33 1F
Octal 46 136 166 104 24 0 66 306 63 37
Binary 100110 1011110 1110110 1000100 10100 0 110110 11000110 110011 11111

Color Harmonies of #265E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265E76

Black with #265E76

Text Example


Text Example

White with #265E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,94,118); }

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

background-color css

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

 a { background-color: rgb(38,94,118); }

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

border-color css

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

 span { border-color: rgb(38,94,118); }

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