Html Css Color HEX #266192 Endeavour

📋 copy color: '#266192'

red 38 ◦ green 97 ◦ blue 146

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

Shades of Endeavour #266192

Tints of Endeavour #266192

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.52%

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

R = 13.52%
G = 34.52%
B = 51.96%

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

#266192 (or 0x266192) is known color: Endeavour. HEX triplet: 26, 61 and 92. RGB value is (38,97,146). Sum of RGB (Red+Green+Blue) = 38+97+146=281 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.52% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #266192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266192 is #D99E6D. Grayscale: #545454. Windows color (decimal): -14261870 or 9593126. OLE color: 9593126.

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

Color convert

RGB 38 97 146 -
CMYK 0.74 0.34 0 0.43
HSL 207.22º 0.59% 0.36% -
HSV(B) 207.22º 0.74% 0.57% -
XYZ 10.26 11.04 28.78 -
YUV 84.95 162.45 94.52 -
System Red Green Blue C M Y K H S L
Decimal 38 97 146 0.74 0.34 0 0.43 207.22 0.59 0.36
Hex 26 61 92 4A 22 0 2B CF 3B 24
Octal 46 141 222 112 42 0 53 317 73 44
Binary 100110 1100001 10010010 1001010 100010 0 101011 11001111 111011 100100

Color Harmonies of #266192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266192

Black with #266192

Text Example


Text Example

White with #266192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266192; }

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

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

background-color css

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

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

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

border-color css

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

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

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