Html Css Color HEX #265192 Endeavour

📋 copy color: '#265192'

red 38 ◦ green 81 ◦ blue 146

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

Shades of Endeavour #265192

Tints of Endeavour #265192

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.57%

 BLUE value IS 146 (57.42% from 255) = 55.09%

R = 14.34%
G = 30.57%
B = 55.09%

CMYK

 C value IS 0.74

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#265192 (or 0x265192) is known color: Endeavour. HEX triplet: 26, 51 and 92. RGB value is (38,81,146). Sum of RGB (Red+Green+Blue) = 38+81+146=265 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.34% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 146 (57.42% from 255 or 55.09% from 265); Max value from RGB is 146 - color contains mainly: blue. Hex color #265192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265192 is #D9AE6D. Grayscale: #4B4B4B. Windows color (decimal): -14265966 or 9589030. OLE color: 9589030.

HSL color Cylindrical-coordinate representation of color #265192: hue angle of 216.11º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #265192 is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 38 81 146 -
CMYK 0.74 0.45 0 0.43
HSL 216.11º 0.59% 0.36% -
HSV(B) 216.11º 0.74% 0.57% -
XYZ 8.93 8.37 28.34 -
YUV 75.55 167.75 101.21 -
System Red Green Blue C M Y K H S L
Decimal 38 81 146 0.74 0.45 0 0.43 216.11 0.59 0.36
Hex 26 51 92 4A 2D 0 2B D8 3B 24
Octal 46 121 222 112 55 0 53 330 73 44
Binary 100110 1010001 10010010 1001010 101101 0 101011 11011000 111011 100100

Color Harmonies of #265192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265192

Black with #265192

Text Example


Text Example

White with #265192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265192; }

 p { color: rgb(38,81,146); }

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

background-color css

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

 a { background-color: rgb(38,81,146); }

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

border-color css

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

 span { border-color: rgb(38,81,146); }

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