Html Css Color HEX #2B628A Endeavour

📋 copy color: '#2B628A'

red 43 ◦ green 98 ◦ blue 138

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

Shades of Endeavour #2B628A

Tints of Endeavour #2B628A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.13%

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

R = 15.41%
G = 35.13%
B = 49.46%

CMYK

 C value IS 0.69

 M value IS 0.29

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2B628A (or 0x2B628A) is known color: Endeavour. HEX triplet: 2B, 62 and 8A. RGB value is (43,98,138). Sum of RGB (Red+Green+Blue) = 43+98+138=279 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.41% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 138 (54.30% from 255 or 49.46% from 279); Max value from RGB is 138 - color contains mainly: blue. Hex color #2B628A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B628A is #D49D75. Grayscale: #555555. Windows color (decimal): -13933942 or 9069099. OLE color: 9069099.

HSL color Cylindrical-coordinate representation of color #2B628A: hue angle of 205.26º 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 #2B628A is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 43 98 138 -
CMYK 0.69 0.29 0 0.46
HSL 205.26º 0.52% 0.35% -
HSV(B) 205.26º 0.69% 0.54% -
XYZ 9.95 11.08 25.66 -
YUV 86.12 157.28 97.25 -
System Red Green Blue C M Y K H S L
Decimal 43 98 138 0.69 0.29 0 0.46 205.26 0.52 0.35
Hex 2B 62 8A 45 1D 0 2E CD 34 23
Octal 53 142 212 105 35 0 56 315 64 43
Binary 101011 1100010 10001010 1000101 11101 0 101110 11001101 110100 100011

Color Harmonies of #2B628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B628A

Black with #2B628A

Text Example


Text Example

White with #2B628A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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