Html Css Color HEX #265EAE Denim

📋 copy color: '#265EAE'

red 38 ◦ green 94 ◦ blue 174

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

Shades of Denim #265EAE

Tints of Denim #265EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 56.86%

R = 12.42%
G = 30.72%
B = 56.86%

CMYK

 C value IS 0.78

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#265EAE (or 0x265EAE) is known color: Denim. HEX triplet: 26, 5E and AE. RGB value is (38,94,174). Sum of RGB (Red+Green+Blue) = 38+94+174=306 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.42% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 174 (68.36% from 255 or 56.86% from 306); Max value from RGB is 174 - color contains mainly: blue. Hex color #265EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265EAE is #D9A151. Grayscale: #565656. Windows color (decimal): -14262610 or 11427366. OLE color: 11427366.

HSL color Cylindrical-coordinate representation of color #265EAE: hue angle of 215.29º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #265EAE is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 38 94 174 -
CMYK 0.78 0.46 0 0.32
HSL 215.29º 0.64% 0.42% -
HSV(B) 215.29º 0.78% 0.68% -
XYZ 12.44 11.47 41.6 -
YUV 86.38 177.45 93.5 -
System Red Green Blue C M Y K H S L
Decimal 38 94 174 0.78 0.46 0 0.32 215.29 0.64 0.42
Hex 26 5E AE 4E 2E 0 20 D7 40 2A
Octal 46 136 256 116 56 0 40 327 100 52
Binary 100110 1011110 10101110 1001110 101110 0 100000 11010111 1000000 101010

Color Harmonies of #265EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265EAE

Black with #265EAE

Text Example


Text Example

White with #265EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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