Html Css Color HEX #2B6594 Endeavour

📋 copy color: '#2B6594'

red 43 ◦ green 101 ◦ blue 148

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

Shades of Endeavour #2B6594

Tints of Endeavour #2B6594

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.59%

 BLUE value IS 148 (58.2% from 255) = 50.68%

R = 14.73%
G = 34.59%
B = 50.68%

CMYK

 C value IS 0.71

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2B6594 (or 0x2B6594) is known color: Endeavour. HEX triplet: 2B, 65 and 94. RGB value is (43,101,148). Sum of RGB (Red+Green+Blue) = 43+101+148=292 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.73% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 148 (58.20% from 255 or 50.68% from 292); Max value from RGB is 148 - color contains mainly: blue. Hex color #2B6594 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6594 is #D49A6B. Grayscale: #585858. Windows color (decimal): -13933164 or 9725227. OLE color: 9725227.

HSL color Cylindrical-coordinate representation of color #2B6594: hue angle of 206.86º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B6594 is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 43 101 148 -
CMYK 0.71 0.32 0 0.42
HSL 206.86º 0.55% 0.37% -
HSV(B) 206.86º 0.71% 0.58% -
XYZ 11 11.96 29.75 -
YUV 89.02 161.28 95.18 -
System Red Green Blue C M Y K H S L
Decimal 43 101 148 0.71 0.32 0 0.42 206.86 0.55 0.37
Hex 2B 65 94 47 20 0 2A CF 37 25
Octal 53 145 224 107 40 0 52 317 67 45
Binary 101011 1100101 10010100 1000111 100000 0 101010 11001111 110111 100101

Color Harmonies of #2B6594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6594

Black with #2B6594

Text Example


Text Example

White with #2B6594

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,101,148); }

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

background-color css

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

 a { background-color: rgb(43,101,148); }

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

border-color css

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

 span { border-color: rgb(43,101,148); }

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