Html Css Color HEX #266092 Endeavour

📋 copy color: '#266092'

red 38 ◦ green 96 ◦ blue 146

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

Shades of Endeavour #266092

Tints of Endeavour #266092

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.29%

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

R = 13.57%
G = 34.29%
B = 52.14%

CMYK

 C value IS 0.74

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#266092 (or 0x266092) is known color: Endeavour. HEX triplet: 26, 60 and 92. RGB value is (38,96,146). Sum of RGB (Red+Green+Blue) = 38+96+146=280 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.57% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #266092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266092 is #D99F6D. Grayscale: #545454. Windows color (decimal): -14262126 or 9592870. OLE color: 9592870.

HSL color Cylindrical-coordinate representation of color #266092: hue angle of 207.78º 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 #266092 is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 38 96 146 -
CMYK 0.74 0.34 0 0.43
HSL 207.78º 0.59% 0.36% -
HSV(B) 207.78º 0.74% 0.57% -
XYZ 10.17 10.85 28.75 -
YUV 84.36 162.78 94.93 -
System Red Green Blue C M Y K H S L
Decimal 38 96 146 0.74 0.34 0 0.43 207.78 0.59 0.36
Hex 26 60 92 4A 22 0 2B D0 3B 24
Octal 46 140 222 112 42 0 53 320 73 44
Binary 100110 1100000 10010010 1001010 100010 0 101011 11010000 111011 100100

Color Harmonies of #266092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266092

Black with #266092

Text Example


Text Example

White with #266092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266092; }

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

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

background-color css

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

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

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

border-color css

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

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

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