Html Css Color HEX #265B74 Orient

📋 copy color: '#265B74'

red 38 ◦ green 91 ◦ blue 116

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

Shades of Orient #265B74

Tints of Orient #265B74

RGB

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

 GREEN value IS 91 (35.94% from 255) = 37.14%

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

R = 15.51%
G = 37.14%
B = 47.35%

CMYK

 C value IS 0.67

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#265B74 (or 0x265B74) is known color: Orient. HEX triplet: 26, 5B and 74. RGB value is (38,91,116). Sum of RGB (Red+Green+Blue) = 38+91+116=245 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.51% from 245); Green value is 91 (35.94% from 255 or 37.14% from 245); Blue value is 116 (45.70% from 255 or 47.35% from 245); Max value from RGB is 116 - color contains mainly: blue. Hex color #265B74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265B74 is #D9A48B. Grayscale: #4D4D4D. Windows color (decimal): -14263436 or 7625510. OLE color: 7625510.

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

Color convert

RGB 38 91 116 -
CMYK 0.67 0.22 0 0.55
HSL 199.23º 0.51% 0.3% -
HSV(B) 199.23º 0.67% 0.45% -
XYZ 7.69 9.16 17.88 -
YUV 78 149.44 99.47 -
System Red Green Blue C M Y K H S L
Decimal 38 91 116 0.67 0.22 0 0.55 199.23 0.51 0.3
Hex 26 5B 74 43 16 0 37 C7 33 1E
Octal 46 133 164 103 26 0 67 307 63 36
Binary 100110 1011011 1110100 1000011 10110 0 110111 11000111 110011 11110

Color Harmonies of #265B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265B74

Black with #265B74

Text Example


Text Example

White with #265B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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