Html Css Color HEX #2B438B Tory Blue

📋 copy color: '#2B438B'

red 43 ◦ green 67 ◦ blue 139

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

Shades of Tory Blue #2B438B

Tints of Tory Blue #2B438B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.91%

 BLUE value IS 139 (54.69% from 255) = 55.82%

R = 17.27%
G = 26.91%
B = 55.82%

CMYK

 C value IS 0.69

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2B438B (or 0x2B438B) is known color: Tory Blue. HEX triplet: 2B, 43 and 8B. RGB value is (43,67,139). Sum of RGB (Red+Green+Blue) = 43+67+139=249 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.27% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #2B438B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B438B is #D4BC74. Grayscale: #434343. Windows color (decimal): -13941877 or 9126699. OLE color: 9126699.

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

Color convert

RGB 43 67 139 -
CMYK 0.69 0.52 0 0.45
HSL 225º 0.53% 0.36% -
HSV(B) 225º 0.69% 0.55% -
XYZ 7.66 6.39 25.26 -
YUV 68.03 168.05 110.15 -
System Red Green Blue C M Y K H S L
Decimal 43 67 139 0.69 0.52 0 0.45 225 0.53 0.36
Hex 2B 43 8B 45 34 0 2D E1 35 24
Octal 53 103 213 105 64 0 55 341 65 44
Binary 101011 1000011 10001011 1000101 110100 0 101101 11100001 110101 100100

Color Harmonies of #2B438B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B438B

Black with #2B438B

Text Example


Text Example

White with #2B438B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,67,139); }

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

background-color css

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

 a { background-color: rgb(43,67,139); }

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

border-color css

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

 span { border-color: rgb(43,67,139); }

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