Html Css Color HEX #323B83 Torea Bay

📋 copy color: '#323B83'

red 50 ◦ green 59 ◦ blue 131

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

Shades of Torea Bay #323B83

Tints of Torea Bay #323B83

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.58%

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

R = 20.83%
G = 24.58%
B = 54.58%

CMYK

 C value IS 0.62

 M value IS 0.55

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#323B83 (or 0x323B83) is known color: Torea Bay. HEX triplet: 32, 3B and 83. RGB value is (50,59,131). Sum of RGB (Red+Green+Blue) = 50+59+131=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 59 (23.44% from 255 or 24.58% from 240); Blue value is 131 (51.56% from 255 or 54.58% from 240); Max value from RGB is 131 - color contains mainly: blue. Hex color #323B83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323B83 is #CDC47C. Grayscale: #404040. Windows color (decimal): -13485181 or 8600370. OLE color: 8600370.

HSL color Cylindrical-coordinate representation of color #323B83: hue angle of 233.33º 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 #323B83 is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 59 131 -
CMYK 0.62 0.55 0 0.49
HSL 233.33º 0.45% 0.35% -
HSV(B) 233.33º 0.62% 0.51% -
XYZ 6.98 5.44 22.16 -
YUV 64.52 165.52 117.65 -
System Red Green Blue C M Y K H S L
Decimal 50 59 131 0.62 0.55 0 0.49 233.33 0.45 0.35
Hex 32 3B 83 3E 37 0 31 E9 2D 23
Octal 62 73 203 76 67 0 61 351 55 43
Binary 110010 111011 10000011 111110 110111 0 110001 11101001 101101 100011

Color Harmonies of #323B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323B83

Black with #323B83

Text Example


Text Example

White with #323B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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