Html Css Color HEX #265E75 Orient

📋 copy color: '#265E75'

red 38 ◦ green 94 ◦ blue 117

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

Shades of Orient #265E75

Tints of Orient #265E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 46.99%

R = 15.26%
G = 37.75%
B = 46.99%

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

#265E75 (or 0x265E75) is known color: Orient. HEX triplet: 26, 5E and 75. RGB value is (38,94,117). Sum of RGB (Red+Green+Blue) = 38+94+117=249 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.26% from 249); Green value is 94 (37.11% from 255 or 37.75% from 249); Blue value is 117 (46.09% from 255 or 46.99% from 249); Max value from RGB is 117 - color contains mainly: blue. Hex color #265E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265E75 is #D9A18A. Grayscale: #4F4F4F. Windows color (decimal): -14262667 or 7691814. OLE color: 7691814.

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

Color convert

RGB 38 94 117 -
CMYK 0.68 0.20 0 0.54
HSL 197.47º 0.51% 0.3% -
HSV(B) 197.47º 0.68% 0.46% -
XYZ 8.01 9.7 18.28 -
YUV 79.88 148.95 98.13 -
System Red Green Blue C M Y K H S L
Decimal 38 94 117 0.68 0.20 0 0.54 197.47 0.51 0.3
Hex 26 5E 75 44 14 0 36 C5 33 1E
Octal 46 136 165 104 24 0 66 305 63 36
Binary 100110 1011110 1110101 1000100 10100 0 110110 11000101 110011 11110

Color Harmonies of #265E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265E75

Black with #265E75

Text Example


Text Example

White with #265E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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