Html Css Color HEX #2D3376 Torea Bay

📋 copy color: '#2D3376'

red 45 ◦ green 51 ◦ blue 118

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

Shades of Torea Bay #2D3376

Tints of Torea Bay #2D3376

RGB

 RED value IS 45 (17.97% from 255) = 21.03%

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

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

R = 21.03%
G = 23.83%
B = 55.14%

CMYK

 C value IS 0.62

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2D3376 (or 0x2D3376) is known color: Torea Bay. HEX triplet: 2D, 33 and 76. RGB value is (45,51,118). Sum of RGB (Red+Green+Blue) = 45+51+118=214 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.03% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 118 (46.48% from 255 or 55.14% from 214); Max value from RGB is 118 - color contains mainly: blue. Hex color #2D3376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D3376 is #D2CC89. Grayscale: #383838. Windows color (decimal): -13814922 or 7746349. OLE color: 7746349.

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

Color convert

RGB 45 51 118 -
CMYK 0.62 0.57 0 0.54
HSL 235.07º 0.45% 0.32% -
HSV(B) 235.07º 0.62% 0.46% -
XYZ 5.54 4.23 17.66 -
YUV 56.84 162.51 119.55 -
System Red Green Blue C M Y K H S L
Decimal 45 51 118 0.62 0.57 0 0.54 235.07 0.45 0.32
Hex 2D 33 76 3E 39 0 36 EB 2D 20
Octal 55 63 166 76 71 0 66 353 55 40
Binary 101101 110011 1110110 111110 111001 0 110110 11101011 101101 100000

Color Harmonies of #2D3376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D3376

Black with #2D3376

Text Example


Text Example

White with #2D3376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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