Html Css Color HEX #265E71 Orient

📋 copy color: '#265E71'

red 38 ◦ green 94 ◦ blue 113

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

Shades of Orient #265E71

Tints of Orient #265E71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 46.12%

R = 15.51%
G = 38.37%
B = 46.12%

CMYK

 C value IS 0.66

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#265E71 (or 0x265E71) is known color: Orient. HEX triplet: 26, 5E and 71. RGB value is (38,94,113). Sum of RGB (Red+Green+Blue) = 38+94+113=245 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.51% from 245); Green value is 94 (37.11% from 255 or 38.37% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 113 - color contains mainly: blue. Hex color #265E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265E71 is #D9A18E. Grayscale: #4F4F4F. Windows color (decimal): -14262671 or 7429670. OLE color: 7429670.

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

Color convert

RGB 38 94 113 -
CMYK 0.66 0.17 0 0.56
HSL 195.2º 0.5% 0.3% -
HSV(B) 195.2º 0.66% 0.44% -
XYZ 7.78 9.61 17.07 -
YUV 79.42 146.95 98.46 -
System Red Green Blue C M Y K H S L
Decimal 38 94 113 0.66 0.17 0 0.56 195.2 0.5 0.3
Hex 26 5E 71 42 11 0 38 C3 32 1E
Octal 46 136 161 102 21 0 70 303 62 36
Binary 100110 1011110 1110001 1000010 10001 0 111000 11000011 110010 11110

Color Harmonies of #265E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265E71

Black with #265E71

Text Example


Text Example

White with #265E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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