Html Css Color HEX #2B568B Endeavour

📋 copy color: '#2B568B'

red 43 ◦ green 86 ◦ blue 139

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

Shades of Endeavour #2B568B

Tints of Endeavour #2B568B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 51.87%

R = 16.04%
G = 32.09%
B = 51.87%

CMYK

 C value IS 0.69

 M value IS 0.38

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2B568B (or 0x2B568B) is known color: Endeavour. HEX triplet: 2B, 56 and 8B. RGB value is (43,86,139). Sum of RGB (Red+Green+Blue) = 43+86+139=268 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.04% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 139 (54.69% from 255 or 51.87% from 268); Max value from RGB is 139 - color contains mainly: blue. Hex color #2B568B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B568B is #D4A974. Grayscale: #4E4E4E. Windows color (decimal): -13937013 or 9131563. OLE color: 9131563.

HSL color Cylindrical-coordinate representation of color #2B568B: hue angle of 213.12º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B568B is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 43 86 139 -
CMYK 0.69 0.38 0 0.45
HSL 213.13º 0.53% 0.36% -
HSV(B) 213.13º 0.69% 0.55% -
XYZ 8.98 9.03 25.7 -
YUV 79.19 161.75 102.19 -
System Red Green Blue C M Y K H S L
Decimal 43 86 139 0.69 0.38 0 0.45 213.13 0.53 0.36
Hex 2B 56 8B 45 26 0 2D D5 35 24
Octal 53 126 213 105 46 0 55 325 65 44
Binary 101011 1010110 10001011 1000101 100110 0 101101 11010101 110101 100100

Color Harmonies of #2B568B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B568B

Black with #2B568B

Text Example


Text Example

White with #2B568B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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