Html Css Color HEX #2B378B Torea Bay

📋 copy color: '#2B378B'

red 43 ◦ green 55 ◦ blue 139

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

Shades of Torea Bay #2B378B

Tints of Torea Bay #2B378B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.21%

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

R = 18.14%
G = 23.21%
B = 58.65%

CMYK

 C value IS 0.69

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2B378B (or 0x2B378B) is known color: Torea Bay. HEX triplet: 2B, 37 and 8B. RGB value is (43,55,139). Sum of RGB (Red+Green+Blue) = 43+55+139=237 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.14% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 139 (54.69% from 255 or 58.65% from 237); Max value from RGB is 139 - color contains mainly: blue. Hex color #2B378B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B378B is #D4C874. Grayscale: #3C3C3C. Windows color (decimal): -13944949 or 9123627. OLE color: 9123627.

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

Color convert

RGB 43 55 139 -
CMYK 0.69 0.60 0 0.45
HSL 232.5º 0.53% 0.36% -
HSV(B) 232.5º 0.69% 0.55% -
XYZ 7.02 5.11 25.04 -
YUV 60.99 172.02 115.17 -
System Red Green Blue C M Y K H S L
Decimal 43 55 139 0.69 0.60 0 0.45 232.5 0.53 0.36
Hex 2B 37 8B 45 3C 0 2D E8 35 24
Octal 53 67 213 105 74 0 55 350 65 44
Binary 101011 110111 10001011 1000101 111100 0 101101 11101000 110101 100100

Color Harmonies of #2B378B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B378B

Black with #2B378B

Text Example


Text Example

White with #2B378B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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