Html Css Color HEX #2B569E Endeavour

📋 copy color: '#2B569E'

red 43 ◦ green 86 ◦ blue 158

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

Shades of Endeavour #2B569E

Tints of Endeavour #2B569E

RGB

 RED value IS 43 (17.19% from 255) = 14.98%

 GREEN value IS 86 (33.98% from 255) = 29.97%

 BLUE value IS 158 (62.11% from 255) = 55.05%

R = 14.98%
G = 29.97%
B = 55.05%

CMYK

 C value IS 0.73

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2B569E (or 0x2B569E) is known color: Endeavour. HEX triplet: 2B, 56 and 9E. RGB value is (43,86,158). Sum of RGB (Red+Green+Blue) = 43+86+158=287 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.98% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 158 (62.11% from 255 or 55.05% from 287); Max value from RGB is 158 - color contains mainly: blue. Hex color #2B569E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B569E is #D4A961. Grayscale: #515151. Windows color (decimal): -13936994 or 10376747. OLE color: 10376747.

HSL color Cylindrical-coordinate representation of color #2B569E: hue angle of 217.57º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B569E is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 43 86 158 -
CMYK 0.73 0.46 0 0.38
HSL 217.57º 0.57% 0.39% -
HSV(B) 217.57º 0.73% 0.62% -
XYZ 10.5 9.64 33.65 -
YUV 81.35 171.25 100.65 -
System Red Green Blue C M Y K H S L
Decimal 43 86 158 0.73 0.46 0 0.38 217.57 0.57 0.39
Hex 2B 56 9E 49 2E 0 26 DA 39 27
Octal 53 126 236 111 56 0 46 332 71 47
Binary 101011 1010110 10011110 1001001 101110 0 100110 11011010 111001 100111

Color Harmonies of #2B569E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B569E

Black with #2B569E

Text Example


Text Example

White with #2B569E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B569E; }

 p { color: rgb(43,86,158); }

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

background-color css

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

 a { background-color: rgb(43,86,158); }

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

border-color css

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

 span { border-color: rgb(43,86,158); }

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