Html Css Color HEX #323D83 Torea Bay

📋 copy color: '#323D83'

red 50 ◦ green 61 ◦ blue 131

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

Shades of Torea Bay #323D83

Tints of Torea Bay #323D83

RGB

 RED value IS 50 (19.92% from 255) = 20.66%

 GREEN value IS 61 (24.22% from 255) = 25.21%

 BLUE value IS 131 (51.56% from 255) = 54.13%

R = 20.66%
G = 25.21%
B = 54.13%

CMYK

 C value IS 0.62

 M value IS 0.53

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#323D83 (or 0x323D83) is known color: Torea Bay. HEX triplet: 32, 3D and 83. RGB value is (50,61,131). Sum of RGB (Red+Green+Blue) = 50+61+131=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 61 (24.22% from 255 or 25.21% from 242); Blue value is 131 (51.56% from 255 or 54.13% from 242); Max value from RGB is 131 - color contains mainly: blue. Hex color #323D83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323D83 is #CDC27C. Grayscale: #414141. Windows color (decimal): -13484669 or 8600882. OLE color: 8600882.

HSL color Cylindrical-coordinate representation of color #323D83: hue angle of 231.85º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #323D83 is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 61 131 -
CMYK 0.62 0.53 0 0.49
HSL 231.85º 0.45% 0.35% -
HSV(B) 231.85º 0.62% 0.51% -
XYZ 7.08 5.65 22.19 -
YUV 65.69 164.86 116.81 -
System Red Green Blue C M Y K H S L
Decimal 50 61 131 0.62 0.53 0 0.49 231.85 0.45 0.35
Hex 32 3D 83 3E 35 0 31 E8 2D 23
Octal 62 75 203 76 65 0 61 350 55 43
Binary 110010 111101 10000011 111110 110101 0 110001 11101000 101101 100011

Color Harmonies of #323D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323D83

Black with #323D83

Text Example


Text Example

White with #323D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323D83; }

 p { color: rgb(50,61,131); }

 H1.HeaderClassName
 {
   color: #323D83;
 }
 .AnyTagClassName
 {
   color: #323D83;
 }
</style>

background-color css

<style>
 a { background-color: #323D83; }

 a { background-color: rgb(50,61,131); }

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

border-color css

<style>
 span { border-color: #323D83; }

 span { border-color: rgb(50,61,131); }

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