Html Css Color HEX #2B658A Endeavour

📋 copy color: '#2B658A'

red 43 ◦ green 101 ◦ blue 138

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

Shades of Endeavour #2B658A

Tints of Endeavour #2B658A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 48.94%

R = 15.25%
G = 35.82%
B = 48.94%

CMYK

 C value IS 0.69

 M value IS 0.27

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2B658A (or 0x2B658A) is known color: Endeavour. HEX triplet: 2B, 65 and 8A. RGB value is (43,101,138). Sum of RGB (Red+Green+Blue) = 43+101+138=282 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.25% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 138 (54.30% from 255 or 48.94% from 282); Max value from RGB is 138 - color contains mainly: blue. Hex color #2B658A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B658A is #D49A75. Grayscale: #575757. Windows color (decimal): -13933174 or 9069867. OLE color: 9069867.

HSL color Cylindrical-coordinate representation of color #2B658A: hue angle of 203.37º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B658A is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 43 101 138 -
CMYK 0.69 0.27 0 0.46
HSL 203.37º 0.52% 0.35% -
HSV(B) 203.37º 0.69% 0.54% -
XYZ 10.24 11.66 25.76 -
YUV 87.88 156.28 95.99 -
System Red Green Blue C M Y K H S L
Decimal 43 101 138 0.69 0.27 0 0.46 203.37 0.52 0.35
Hex 2B 65 8A 45 1B 0 2E CB 34 23
Octal 53 145 212 105 33 0 56 313 64 43
Binary 101011 1100101 10001010 1000101 11011 0 101110 11001011 110100 100011

Color Harmonies of #2B658A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B658A

Black with #2B658A

Text Example


Text Example

White with #2B658A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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