Html Css Color HEX #2C3376 Torea Bay

📋 copy color: '#2C3376'

red 44 ◦ green 51 ◦ blue 118

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

Shades of Torea Bay #2C3376

Tints of Torea Bay #2C3376

RGB

 RED value IS 44 (17.58% from 255) = 20.66%

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

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

R = 20.66%
G = 23.94%
B = 55.4%

CMYK

 C value IS 0.63

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2C3376 (or 0x2C3376) is known color: Torea Bay. HEX triplet: 2C, 33 and 76. RGB value is (44,51,118). Sum of RGB (Red+Green+Blue) = 44+51+118=213 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.66% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 118 (46.48% from 255 or 55.40% from 213); Max value from RGB is 118 - color contains mainly: blue. Hex color #2C3376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3376 is #D3CC89. Grayscale: #383838. Windows color (decimal): -13880458 or 7746348. OLE color: 7746348.

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

Color convert

RGB 44 51 118 -
CMYK 0.63 0.57 0 0.54
HSL 234.32º 0.46% 0.32% -
HSV(B) 234.32º 0.63% 0.46% -
XYZ 5.49 4.21 17.66 -
YUV 56.55 162.68 119.05 -
System Red Green Blue C M Y K H S L
Decimal 44 51 118 0.63 0.57 0 0.54 234.32 0.46 0.32
Hex 2C 33 76 3F 39 0 36 EA 2E 20
Octal 54 63 166 77 71 0 66 352 56 40
Binary 101100 110011 1110110 111111 111001 0 110110 11101010 101110 100000

Color Harmonies of #2C3376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3376

Black with #2C3376

Text Example


Text Example

White with #2C3376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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