Html Css Color HEX #2B648C Endeavour

📋 copy color: '#2B648C'

red 43 ◦ green 100 ◦ blue 140

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

Shades of Endeavour #2B648C

Tints of Endeavour #2B648C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.34%

 BLUE value IS 140 (55.08% from 255) = 49.47%

R = 15.19%
G = 35.34%
B = 49.47%

CMYK

 C value IS 0.69

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2B648C (or 0x2B648C) is known color: Endeavour. HEX triplet: 2B, 64 and 8C. RGB value is (43,100,140). Sum of RGB (Red+Green+Blue) = 43+100+140=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 140 (55.08% from 255 or 49.47% from 283); Max value from RGB is 140 - color contains mainly: blue. Hex color #2B648C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B648C is #D49B73. Grayscale: #575757. Windows color (decimal): -13933428 or 9200683. OLE color: 9200683.

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

Color convert

RGB 43 100 140 -
CMYK 0.69 0.29 0 0.45
HSL 204.74º 0.53% 0.36% -
HSV(B) 204.74º 0.69% 0.55% -
XYZ 10.29 11.52 26.49 -
YUV 87.52 157.62 96.25 -
System Red Green Blue C M Y K H S L
Decimal 43 100 140 0.69 0.29 0 0.45 204.74 0.53 0.36
Hex 2B 64 8C 45 1D 0 2D CD 35 24
Octal 53 144 214 105 35 0 55 315 65 44
Binary 101011 1100100 10001100 1000101 11101 0 101101 11001101 110101 100100

Color Harmonies of #2B648C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B648C

Black with #2B648C

Text Example


Text Example

White with #2B648C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,100,140); }

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

background-color css

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

 a { background-color: rgb(43,100,140); }

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

border-color css

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

 span { border-color: rgb(43,100,140); }

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