Html Css Color HEX #2B3376 Torea Bay

📋 copy color: '#2B3376'

red 43 ◦ green 51 ◦ blue 118

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

Shades of Torea Bay #2B3376

Tints of Torea Bay #2B3376

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.06%

 BLUE value IS 118 (46.48% from 255) = 55.66%

R = 20.28%
G = 24.06%
B = 55.66%

CMYK

 C value IS 0.64

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2B3376 (or 0x2B3376) is known color: Torea Bay. HEX triplet: 2B, 33 and 76. RGB value is (43,51,118). Sum of RGB (Red+Green+Blue) = 43+51+118=212 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.28% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 118 (46.48% from 255 or 55.66% from 212); Max value from RGB is 118 - color contains mainly: blue. Hex color #2B3376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3376 is #D4CC89. Grayscale: #373737. Windows color (decimal): -13945994 or 7746347. OLE color: 7746347.

HSL color Cylindrical-coordinate representation of color #2B3376: hue angle of 233.6º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B3376 is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 43 51 118 -
CMYK 0.64 0.57 0 0.54
HSL 233.6º 0.47% 0.32% -
HSV(B) 233.6º 0.64% 0.46% -
XYZ 5.45 4.19 17.66 -
YUV 56.25 162.85 118.55 -
System Red Green Blue C M Y K H S L
Decimal 43 51 118 0.64 0.57 0 0.54 233.6 0.47 0.32
Hex 2B 33 76 40 39 0 36 EA 2F 20
Octal 53 63 166 100 71 0 66 352 57 40
Binary 101011 110011 1110110 1000000 111001 0 110110 11101010 101111 100000

Color Harmonies of #2B3376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3376

Black with #2B3376

Text Example


Text Example

White with #2B3376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,51,118); }

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

background-color css

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

 a { background-color: rgb(43,51,118); }

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

border-color css

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

 span { border-color: rgb(43,51,118); }

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