Html Css Color HEX #265D74 Orient

📋 copy color: '#265D74'

red 38 ◦ green 93 ◦ blue 116

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

Shades of Orient #265D74

Tints of Orient #265D74

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.65%

 BLUE value IS 116 (45.7% from 255) = 46.96%

R = 15.38%
G = 37.65%
B = 46.96%

CMYK

 C value IS 0.67

 M value IS 0.20

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#265D74 (or 0x265D74) is known color: Orient. HEX triplet: 26, 5D and 74. RGB value is (38,93,116). Sum of RGB (Red+Green+Blue) = 38+93+116=247 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.38% from 247); Green value is 93 (36.72% from 255 or 37.65% from 247); Blue value is 116 (45.70% from 255 or 46.96% from 247); Max value from RGB is 116 - color contains mainly: blue. Hex color #265D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265D74 is #D9A28B. Grayscale: #4F4F4F. Windows color (decimal): -14262924 or 7626022. OLE color: 7626022.

HSL color Cylindrical-coordinate representation of color #265D74: hue angle of 197.69º degrees, saturation: 0.51, 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 #265D74 is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 38 93 116 -
CMYK 0.67 0.20 0 0.55
HSL 197.69º 0.51% 0.3% -
HSV(B) 197.69º 0.67% 0.45% -
XYZ 7.87 9.5 17.94 -
YUV 79.18 148.78 98.63 -
System Red Green Blue C M Y K H S L
Decimal 38 93 116 0.67 0.20 0 0.55 197.69 0.51 0.3
Hex 26 5D 74 43 14 0 37 C6 33 1E
Octal 46 135 164 103 24 0 67 306 63 36
Binary 100110 1011101 1110100 1000011 10100 0 110111 11000110 110011 11110

Color Harmonies of #265D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265D74

Black with #265D74

Text Example


Text Example

White with #265D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,93,116); }

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

background-color css

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

 a { background-color: rgb(38,93,116); }

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

border-color css

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

 span { border-color: rgb(38,93,116); }

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