Html Css Color HEX #266392 Endeavour

📋 copy color: '#266392'

red 38 ◦ green 99 ◦ blue 146

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

Shades of Endeavour #266392

Tints of Endeavour #266392

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.98%

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

R = 13.43%
G = 34.98%
B = 51.59%

CMYK

 C value IS 0.74

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#266392 (or 0x266392) is known color: Endeavour. HEX triplet: 26, 63 and 92. RGB value is (38,99,146). Sum of RGB (Red+Green+Blue) = 38+99+146=283 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.43% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #266392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266392 is #D99C6D. Grayscale: #555555. Windows color (decimal): -14261358 or 9593638. OLE color: 9593638.

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

Color convert

RGB 38 99 146 -
CMYK 0.74 0.32 0 0.43
HSL 206.11º 0.59% 0.36% -
HSV(B) 206.11º 0.74% 0.57% -
XYZ 10.45 11.41 28.85 -
YUV 86.12 161.79 93.68 -
System Red Green Blue C M Y K H S L
Decimal 38 99 146 0.74 0.32 0 0.43 206.11 0.59 0.36
Hex 26 63 92 4A 20 0 2B CE 3B 24
Octal 46 143 222 112 40 0 53 316 73 44
Binary 100110 1100011 10010010 1001010 100000 0 101011 11001110 111011 100100

Color Harmonies of #266392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266392

Black with #266392

Text Example


Text Example

White with #266392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266392; }

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

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

background-color css

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

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

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

border-color css

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

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

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