Html Css Color HEX #265C71 Orient

📋 copy color: '#265C71'

red 38 ◦ green 92 ◦ blue 113

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

Shades of Orient #265C71

Tints of Orient #265C71

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.86%

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

R = 15.64%
G = 37.86%
B = 46.5%

CMYK

 C value IS 0.66

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#265C71 (or 0x265C71) is known color: Orient. HEX triplet: 26, 5C and 71. RGB value is (38,92,113). Sum of RGB (Red+Green+Blue) = 38+92+113=243 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.64% from 243); Green value is 92 (36.33% from 255 or 37.86% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 113 - color contains mainly: blue. Hex color #265C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265C71 is #D9A38E. Grayscale: #4E4E4E. Windows color (decimal): -14263183 or 7429158. OLE color: 7429158.

HSL color Cylindrical-coordinate representation of color #265C71: hue angle of 196.8º 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 #265C71 is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 38 92 113 -
CMYK 0.66 0.19 0 0.56
HSL 196.8º 0.5% 0.3% -
HSV(B) 196.8º 0.66% 0.44% -
XYZ 7.61 9.26 17.01 -
YUV 78.25 147.61 99.29 -
System Red Green Blue C M Y K H S L
Decimal 38 92 113 0.66 0.19 0 0.56 196.8 0.5 0.3
Hex 26 5C 71 42 13 0 38 C5 32 1E
Octal 46 134 161 102 23 0 70 305 62 36
Binary 100110 1011100 1110001 1000010 10011 0 111000 11000101 110010 11110

Color Harmonies of #265C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265C71

Black with #265C71

Text Example


Text Example

White with #265C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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