Html Css Color HEX #2B697D Allports

📋 copy color: '#2B697D'

red 43 ◦ green 105 ◦ blue 125

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

Shades of Allports #2B697D

Tints of Allports #2B697D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.46%

 BLUE value IS 125 (49.22% from 255) = 45.79%

R = 15.75%
G = 38.46%
B = 45.79%

CMYK

 C value IS 0.66

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2B697D (or 0x2B697D) is known color: Allports. HEX triplet: 2B, 69 and 7D. RGB value is (43,105,125). Sum of RGB (Red+Green+Blue) = 43+105+125=273 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.75% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 125 - color contains mainly: blue. Hex color #2B697D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B697D is #D49682. Grayscale: #585858. Windows color (decimal): -13932163 or 8218923. OLE color: 8218923.

HSL color Cylindrical-coordinate representation of color #2B697D: hue angle of 194.63º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B697D is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 43 105 125 -
CMYK 0.66 0.16 0 0.51
HSL 194.63º 0.49% 0.33% -
HSV(B) 194.63º 0.66% 0.49% -
XYZ 9.75 12.1 21.22 -
YUV 88.74 148.46 95.37 -
System Red Green Blue C M Y K H S L
Decimal 43 105 125 0.66 0.16 0 0.51 194.63 0.49 0.33
Hex 2B 69 7D 42 10 0 33 C3 31 21
Octal 53 151 175 102 20 0 63 303 61 41
Binary 101011 1101001 1111101 1000010 10000 0 110011 11000011 110001 100001

Color Harmonies of #2B697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B697D

Black with #2B697D

Text Example


Text Example

White with #2B697D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,105,125); }

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

background-color css

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

 a { background-color: rgb(43,105,125); }

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

border-color css

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

 span { border-color: rgb(43,105,125); }

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