Html Css Color HEX #323B7E Torea Bay

📋 copy color: '#323B7E'

red 50 ◦ green 59 ◦ blue 126

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

Shades of Torea Bay #323B7E

Tints of Torea Bay #323B7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 53.62%

R = 21.28%
G = 25.11%
B = 53.62%

CMYK

 C value IS 0.60

 M value IS 0.53

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#323B7E (or 0x323B7E) is known color: Torea Bay. HEX triplet: 32, 3B and 7E. RGB value is (50,59,126). Sum of RGB (Red+Green+Blue) = 50+59+126=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 59 (23.44% from 255 or 25.11% from 235); Blue value is 126 (49.61% from 255 or 53.62% from 235); Max value from RGB is 126 - color contains mainly: blue. Hex color #323B7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323B7E is #CDC481. Grayscale: #3F3F3F. Windows color (decimal): -13485186 or 8272690. OLE color: 8272690.

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

Color convert

RGB 50 59 126 -
CMYK 0.60 0.53 0 0.51
HSL 232.89º 0.43% 0.35% -
HSV(B) 232.89º 0.6% 0.49% -
XYZ 6.65 5.31 20.41 -
YUV 63.95 163.02 118.05 -
System Red Green Blue C M Y K H S L
Decimal 50 59 126 0.60 0.53 0 0.51 232.89 0.43 0.35
Hex 32 3B 7E 3C 35 0 33 E9 2B 23
Octal 62 73 176 74 65 0 63 351 53 43
Binary 110010 111011 1111110 111100 110101 0 110011 11101001 101011 100011

Color Harmonies of #323B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323B7E

Black with #323B7E

Text Example


Text Example

White with #323B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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