Html Css Color HEX #266692 Endeavour

📋 copy color: '#266692'

red 38 ◦ green 102 ◦ blue 146

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

Shades of Endeavour #266692

Tints of Endeavour #266692

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.66%

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

R = 13.29%
G = 35.66%
B = 51.05%

CMYK

 C value IS 0.74

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#266692 (or 0x266692) is known color: Endeavour. HEX triplet: 26, 66 and 92. RGB value is (38,102,146). Sum of RGB (Red+Green+Blue) = 38+102+146=286 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.29% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 146 (57.42% from 255 or 51.05% from 286); Max value from RGB is 146 - color contains mainly: blue. Hex color #266692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266692 is #D9996D. Grayscale: #575757. Windows color (decimal): -14260590 or 9594406. OLE color: 9594406.

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

Color convert

RGB 38 102 146 -
CMYK 0.74 0.30 0 0.43
HSL 204.44º 0.59% 0.36% -
HSV(B) 204.44º 0.74% 0.57% -
XYZ 10.74 11.99 28.94 -
YUV 87.88 160.8 92.42 -
System Red Green Blue C M Y K H S L
Decimal 38 102 146 0.74 0.30 0 0.43 204.44 0.59 0.36
Hex 26 66 92 4A 1E 0 2B CC 3B 24
Octal 46 146 222 112 36 0 53 314 73 44
Binary 100110 1100110 10010010 1001010 11110 0 101011 11001100 111011 100100

Color Harmonies of #266692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266692

Black with #266692

Text Example


Text Example

White with #266692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266692; }

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

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

background-color css

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

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

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

border-color css

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

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

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