Html Css Color HEX #2B569F Endeavour

📋 copy color: '#2B569F'

red 43 ◦ green 86 ◦ blue 159

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

Shades of Endeavour #2B569F

Tints of Endeavour #2B569F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 55.21%

R = 14.93%
G = 29.86%
B = 55.21%

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

#2B569F (or 0x2B569F) is known color: Endeavour. HEX triplet: 2B, 56 and 9F. RGB value is (43,86,159). Sum of RGB (Red+Green+Blue) = 43+86+159=288 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.93% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 159 (62.5% from 255 or 55.21% from 288); Max value from RGB is 159 - color contains mainly: blue. Hex color #2B569F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B569F is #D4A960. Grayscale: #515151. Windows color (decimal): -13936993 or 10442283. OLE color: 10442283.

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

Color convert

RGB 43 86 159 -
CMYK 0.73 0.46 0 0.38
HSL 217.76º 0.57% 0.4% -
HSV(B) 217.76º 0.73% 0.62% -
XYZ 10.58 9.67 34.11 -
YUV 81.47 171.75 100.56 -
System Red Green Blue C M Y K H S L
Decimal 43 86 159 0.73 0.46 0 0.38 217.76 0.57 0.4
Hex 2B 56 9F 49 2E 0 26 DA 39 28
Octal 53 126 237 111 56 0 46 332 71 50
Binary 101011 1010110 10011111 1001001 101110 0 100110 11011010 111001 101000

Color Harmonies of #2B569F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B569F

Black with #2B569F

Text Example


Text Example

White with #2B569F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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