Html Css Color HEX #265A74 Orient

📋 copy color: '#265A74'

red 38 ◦ green 90 ◦ blue 116

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

Shades of Orient #265A74

Tints of Orient #265A74

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36.89%

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

R = 15.57%
G = 36.89%
B = 47.54%

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

#265A74 (or 0x265A74) is known color: Orient. HEX triplet: 26, 5A and 74. RGB value is (38,90,116). Sum of RGB (Red+Green+Blue) = 38+90+116=244 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.57% from 244); Green value is 90 (35.55% from 255 or 36.89% from 244); Blue value is 116 (45.70% from 255 or 47.54% from 244); Max value from RGB is 116 - color contains mainly: blue. Hex color #265A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265A74 is #D9A58B. Grayscale: #4D4D4D. Windows color (decimal): -14263692 or 7625254. OLE color: 7625254.

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

Color convert

RGB 38 90 116 -
CMYK 0.67 0.22 0 0.55
HSL 200º 0.51% 0.3% -
HSV(B) 200º 0.67% 0.45% -
XYZ 7.61 8.99 17.86 -
YUV 77.42 149.77 99.89 -
System Red Green Blue C M Y K H S L
Decimal 38 90 116 0.67 0.22 0 0.55 200 0.51 0.3
Hex 26 5A 74 43 16 0 37 C8 33 1E
Octal 46 132 164 103 26 0 67 310 63 36
Binary 100110 1011010 1110100 1000011 10110 0 110111 11001000 110011 11110

Color Harmonies of #265A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265A74

Black with #265A74

Text Example


Text Example

White with #265A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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