Html Css Color HEX #2B378A Torea Bay

📋 copy color: '#2B378A'

red 43 ◦ green 55 ◦ blue 138

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

Shades of Torea Bay #2B378A

Tints of Torea Bay #2B378A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 58.47%

R = 18.22%
G = 23.31%
B = 58.47%

CMYK

 C value IS 0.69

 M value IS 0.60

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2B378A (or 0x2B378A) is known color: Torea Bay. HEX triplet: 2B, 37 and 8A. RGB value is (43,55,138). Sum of RGB (Red+Green+Blue) = 43+55+138=236 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.22% from 236); Green value is 55 (21.88% from 255 or 23.31% from 236); Blue value is 138 (54.30% from 255 or 58.47% from 236); Max value from RGB is 138 - color contains mainly: blue. Hex color #2B378A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B378A is #D4C875. Grayscale: #3C3C3C. Windows color (decimal): -13944950 or 9058091. OLE color: 9058091.

HSL color Cylindrical-coordinate representation of color #2B378A: hue angle of 232.42º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B378A is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 43 55 138 -
CMYK 0.69 0.60 0 0.46
HSL 232.42º 0.52% 0.35% -
HSV(B) 232.42º 0.69% 0.54% -
XYZ 6.95 5.08 24.66 -
YUV 60.87 171.52 115.25 -
System Red Green Blue C M Y K H S L
Decimal 43 55 138 0.69 0.60 0 0.46 232.42 0.52 0.35
Hex 2B 37 8A 45 3C 0 2E E8 34 23
Octal 53 67 212 105 74 0 56 350 64 43
Binary 101011 110111 10001010 1000101 111100 0 101110 11101000 110100 100011

Color Harmonies of #2B378A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B378A

Black with #2B378A

Text Example


Text Example

White with #2B378A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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